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
Marco_MaltesiMarco_Maltesi 

update account record type

hello,

i create two account record type  A & B and i need to set all old accounts as an A records

i taked the id of record A and exported all old accounts and update the recordtypeID.

but one time , i update records with dataloader  , i find that the records are not updated

i try in second time to make a workflow without success!!

is there an other solution???

thanks

Best Answer chosen by Admin (Salesforce Developers) 
TrimbleAgTrimbleAg

You should be using the data loader and doing a "Update"

 

You need only 2 columns:

 

1 Account ID and 2 RecordType ID

 

Then check your sucess/failure logs to determine why they are not updating.

 

Thanks,
PB