function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ekanshekansh 

Inserting a record into the Partner Table

Im trying to insert a new partner on an oppotunity using data loader. I tried inserting a single row but I get the following error:

 

Insert Row Failed:
field integrity exception: OpportunityId, AccountFromId (cannot specify both opportunity and account from)

 

Is it possible to insert records into the partner table?

ChitraChitra

Partner if you set Opportunity ID then you should not set the AccountFromId - AS this gets pulled out from the Opportunity..

Meaning AccountFromId = Account the opportunity is associated too.

So my guess is you are interchanging the AccountFromId and AccountToId..

Thanks,

Chitra