You need to sign in to do that
Don't have an account?
SFDC_BigDog
Inserting Opportunities using dataloader
I am trying to insert opportunities using data loader. I have mapped all the fields correctly and all my accountid and ownerid are correct. Now when I am inserting, the job is failed and I am getting the error as "insufficient access rights on cross-reference id: 001j000000E7xlw
I have the system administer profile.
Any insights would be appreciated.
Thank you.
I have the system administer profile.
Any insights would be appreciated.
Thank you.
Insert Account First...
Map the Account Id to the Opportunity
Then try to insert the Opportunity..
Record will be inserted in to the system..
Thanks...
All Answers
becuase record ids vary from org to org . please check there is record with id 001j000000E7xlw in the org which you are loading data. I am pretty sure it doesn't
Insert Account First...
Map the Account Id to the Opportunity
Then try to insert the Opportunity..
Record will be inserted in to the system..
Thanks...