Question

Insert a Contact Row including Connected Objects like Contact Address, NoteWorthy Events etc., using DataService and ODATA

Hi All,

We are integrating with other Legacy systems of the client. We have a requirement of adding Contacts from External Systems. We thought of using OOB Odata and DataService.

How can we insert Contact fields and details present in contact like ContactCommunication, ContactAddress, NoteworthyEvents with one request.

 

Thanks in advance,

Like 0

Like

1 comments

Hi Nagaraju,

 

Linked entities like ContactCommunication, ContactAddress and so on should have a reference to some contact for records to be created in these linked entities. So we need to create a contact first to be able to create records in related tables. Once the contact is created you can create a BATCH request to add data to related entities based on the added contact (Id of the added contact can be received from the adding response):

Best regards,

Oscar

Show all comments