Salesforce Data Loader How-to
May 18, 2022
2 quick ways to locate a Salesforce object’s 18 digit record type IDs.
Record type IDs are needed for all sorts of use cases in the Salesforce world. This post shows you two ways to locate an object’s 18 digit record type ID.
A few common use cases this skill is necessary to complete are:
Use Case 1: Inserting new records via a data loading tool and assigning the record type at creation.
Use Case 2: Updating existing records using a data loading tool to assign or reassign a record type.
Use Case 3: Filter by record type in a flow.
Let’s go!
Click on an object’s record type page in Setup so you can copy the ID. See attached PDF for a pdf of the following steps. In this example, we have two record types on the Case object.
Here are the steps to follow:
Open up data loader or dataloader.io and export the record type object to Excel.
Now you have two ways in your arsenal to locate a Salesforce object’s record type 18 digit ID. You can add these IDs to data files for inserting, updating and upserting, as well as in flow filters.
I’ll send you a new Salesforce tutorial every week, because that’s just the kind of gal I am.