Hi,
I am trying to update custom fields within the Leads aspect of acumatica. My payload works fine for the fields listed, plus I am able to update notes. My issue comes with trying to update multiple custom fields. Whenever I can successfully submit my jSon, only one of the fields updates. This is what I have:
'"custom":{
"Lead": {
"AttributeFOLLOWDT": {
"type": "CustomStringField",
"value": "12-10-2024"}
},
"Lead": {
"AttributeWRSOURCE": {
"type": "CustomStringField",
"value": "Andersen" }
}
},'