on 2023 Sep 08 3:19 PM
Hi all,
I have created an Integration center (IC) job which fetches data from MDF and update a field of rating in Performance form. Everything works fine but when a rating is changed in MDF, the next IC job is not updating the data in the form.
This is the integration center code and would appreciate if someone could help to find the issue that why data is not getting updated in form though I can create it
[
{
"entityName": "FormCustomElement",
"payload": [
{
"elementKey": "ele_0",
"formContentId": 248214,
"formDataId": 63463,
"itemId": 14,
"sectionIndex": 5,
"value": "110.00",
"valueKey": "wf_sect_5_e_ele_00",
"__metadata": {
"type": "SFOData.FormCustomElement",
"uri": "FormCustomElement(elementKey='ele_0',formContentId=248214,formDataId=63463,itemId=14,sectionIndex=5)"
}
}
]
},
{
"entityName": "FormCustomElement",
"payload": [
{
"elementKey": "ele_1",
"formContentId": 248214,
"formDataId": 63463,
"itemId": 14,
"sectionIndex": 5,
"value": "101.67",
"valueKey": "wf_sect_5_e_ele_11",
"__metadata": {
"type": "SFOData.FormCustomElement",
"uri": "FormCustomElement(elementKey='ele_1',formContentId=248214,formDataId=63463,itemId=14,sectionIndex=5)"
}
}
]
},
{
"entityName": "FormCustomElement",
"payload": [
{
"elementKey": "ele_2",
"formContentId": 248214,
"formDataId": 63463,
"itemId": 14,
"sectionIndex": 5,
"value": "110.00",
"valueKey": "wf_sect_5_e_ele_22",
"__metadata": {
"type": "SFOData.FormCustomElement",
"uri": "FormCustomElement(elementKey='ele_2',formContentId=248214,formDataId=63463,itemId=14,sectionIndex=5)"
}
}
]
}
]
Request clarification before answering.
User | Count |
---|---|
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.