Skip to main content

I have a test sandbox where I had created 3 new RecordTypes let say A,B,C on a custom Object and each record type has seperate Layout. At time of Deployment in Production I have outbound change set that consist record types in it. 

 

Now, on deployment of outbound change set Record Types Can be seen in Object Manager but while creating new Record It doesn't give me Record Type selection options.

 

Now one way to resolve this was to give custom record type and Layout assignment for each profile one by one. We have many profiles and giving one by one is time consuming so is there a better way to do this.

9 answers
  1. Jul 10, 2023, 8:48 AM

    if you have installed Data Loader in Salesforce and you only see "Profiles" and "RecordType" as export options, it means that you are currently viewing the list of available objects in Data Loader, rather than the list of available fields for a specific object.

    To find and select the specific object you want to export data from, 

    you should follow these steps:

    1. Launch Data Loader and click on the "Insert" or "Upsert" button (depending on whether you want to insert new records or update existing records).
    2. In the next screen, you will see a list of objects on the left-hand side. By default, it may display the "Profiles" and "RecordType" objects.
    3. Scroll down or use the search box to find the object you want to export data from. For example, if you want to export data from the "Account" object, scroll down until you find "Account" in the list.
    4. Click on the object name (e.g., "Account") to select it. Once selected, you should see a list of fields associated with that object on the right-hand side.
    5. You can now map the fields in your CSV file to the corresponding fields in the selected object.

    By following these steps, you should be able to find and select the object you want to work with and see the available fields for that object in Data Loader. 

     

    I hope this works for you 

0/9000