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
Hithesh SaicharanHithesh Saicharan 

Check whether record type is used in the applcation

This is odd question. 
I got a requirement to change the some of the record type in application. 
Record type can be used in trigger, process builder or some where else.
This is existing application and I am new to that application so 100% not sure about the business flows.
and not able to find out where that particular record type is used. Any suggestion?
Best Answer chosen by Hithesh Saicharan
SwethaSwetha (Salesforce Developers) 
HI Hithesh,
You may need to use IDE to search for this. As there is no exact way to know because there might be a scenario where record type developers have been named in Labels and referenced in code. This is mostly a manual search.

See related: https://salesforce.stackexchange.com/questions/228623/check-all-dependencies-of-a-record-type-in-the-organisation-before-deactivating

https://salesforce.stackexchange.com/questions/330884/how-to-find-all-the-places-in-the-org-where-a-particular-record-type-is-used

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Hithesh,
You may need to use IDE to search for this. As there is no exact way to know because there might be a scenario where record type developers have been named in Labels and referenced in code. This is mostly a manual search.

See related: https://salesforce.stackexchange.com/questions/228623/check-all-dependencies-of-a-record-type-in-the-organisation-before-deactivating

https://salesforce.stackexchange.com/questions/330884/how-to-find-all-the-places-in-the-org-where-a-particular-record-type-is-used

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you
This was selected as the best answer
Hithesh SaicharanHithesh Saicharan
Thanks swetha