prakarshjain510
3 years agoNew Contributor II
Loading records of object having two lookup fields on the same object(Contact)
There is one object relationship. The object has two lookup relationship both on the Contact.
We are trying to load relationship record data and relate that record with both the contacts. We have external ids field created on Contacts which are being used to load the data. But they are not getting loaded.
When we pass salesforce id directly then the record gets created.
Relationship(Child)->Contact1(Parent), Contact2(Parent)
In the upsert snap, we are using contact1 field as the related object. And while mapping we are passing salesforce id of Contact2 field, but the record is not getting created.
If anyone has implemented similar kind of functionality please let me know the steps.
Thanks!