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
SFDummySFDummy 

Change the record type

I have a contact Record type "Broker"  Insurance Industry changed the name to "producer"

 

I want to change both Record Type Label and Record Type Name to new record type.

if I change the record type name  will I loose any data? Does it effect validation rules and sharing rules?

 

Do I need to change any of my batch process code if I only change the label?

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
grimviewgrimview

changing the name shouldn't cause you to lose data; however, as to if it will mess up the rest of your system that depends on what customization you made. I can evaluate your system but it could take a long time. eric@thylaksoft.com

All Answers

grimviewgrimview

changing the name shouldn't cause you to lose data; however, as to if it will mess up the rest of your system that depends on what customization you made. I can evaluate your system but it could take a long time. eric@thylaksoft.com

This was selected as the best answer
SFDummySFDummy

Thanks for the response.

 

So far I found following dependencies.

 

  • Contact Validation rules
  • Contact Page layout association with Record Type
  • Lookup filter on the account

 

Am I going to loose activity log? Do you have any suggestions on How I can do this without loosing data?

 

Thanks