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
Victor ApolinarioVictor Apolinario 

Update items in Record Type

Hello. 
I created some Record Types for a object (movies and games), but I want to update the items I had before creating the Record Types so they can fit in one of the Record Types.
The items with the blank Record Type should be in the movies Record Type.
Anyone knows what I can do?
Thanks
User-added image 
VinayVinay (Salesforce Developers) 
Hi Victor,

You can use dataloader to update blank record type field with record type name, if total number of records are less then you can update manually.

https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader.htm

Please mark as Best Answer if above information was helpful.

Thanks,