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
AlokVAlokV 

Updating Opportunity Record Type thorugh data loader

Hi All,

 

Can opportunity record type be updated through data loader as it can't be extracted through data loader.Is it possibleto to mass update record type of opportunity object.

 

Regards,

Alok

ericmonteericmonte

When dealing with Record Types in data loader, Record Types are treated as another object. You are able to export Record Types and only update certain information .

 

If you are trying to change record types for Opportunity records, you can change it through the Data Loader. You need to use the 15 or 18 character id of the recordtype and map it to the RecordTypeId.

 

Does this help you?

Ashish_SFDCAshish_SFDC

Hi Alok, 

 

We have a standard H&T article with Step by Step procedure for Updating Record Types, See the link,

 

http://help.salesforce.com/apex/HTViewSolution?urlname=How-do-I-mass-update-record-types-using-the-Data-Loader-1327109119768&language=en_US

 

Regards,

Ashish