Not Getting CustomFields on the SOAP Response after insertion
Content
Hi
I am inserting Contact records in Batch.
After successful insertion of Contacts, I am able to get the successfully inserted Contact Objects as a response. But the customfields in the response is null. I need to process those values after insertion.
Please suggest me a solution so that I can get response with CustomFields.
Thanks in advance.
Please see the code block where I am specifying CustomFields for insertion.
Code Snippet
Contact.CustomFields = new GenericObject() { GenericFields = contactCommon.FormGenericFields(x), ObjectType = new RNObjectType()
0