You need to sign in to do that
Don't have an account?
Rocks_SFDC
How to insert Opportunity Line Item for an Opportunity by using External ID and Apex Data Loader
Hi All,
I want to insert Opportunity Line Item for an Opportunity by using Apex Data Loader.
I want to do upsert operation and i want to use "External ID".
So, could anyone please give the steps do the same.
Thanks,
Anil
I want to insert Opportunity Line Item for an Opportunity by using Apex Data Loader.
I want to do upsert operation and i want to use "External ID".
So, could anyone please give the steps do the same.
Thanks,
Anil
For Using external id in data loader. You have to modify your mapping file of data loader.
Please check below mapping file(.sdl extention) for reference.