3 risposte
Hi Swetha,Thanks for your response !! But I think what you are saying is true in case of classic REST API I believe where one can create an Account and then while creating Contact can use the AccountId implicity.But the example links given here, https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/relationship_fields_in_a_header_row__2_0.htmReportsTo.Email, Mother_Of_Child__r.External_ID__c, Owner.Id - for each of these foreign key fields values are provided.respectively in separate examples:buyer@salesforcesample.com, 123456, 005D0000001AXYzI am assuming that these values need to be fetched using some API beforehand to be provided here So, I am not sure how can I possibly save an API call in the example you provided for Contact and Account,I believe that while ingesting Contact, I must give and AccountId which I need to fetch (have) beforehand and must be provided for each row of Contact. Regards,Suhel