Hi,
I can run getRecords and updateRecords - they work just fine. But I am not able to add a record to Notes with insertRecords. I get "4401
Unable to populate data, please check if mandatory value is entered correctly."
- <Notes>
- <row no="1">
- <FL val="entityId">412044000000974232</FL>
- <FL val="Note title">Status update</FL>
- <FL val="Note content">Status set to NF</FL>
- </row>
- </Notes>
The key is a Contact Id, since I am trying to add a note on a contact.
According to the documentation, there are no more mandatory fields, and the entityId is in fact a valid Contact Id. Any input to what is wrong here?
Thanks,
Anders