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
Jan Kopejtko 1Jan Kopejtko 1 

How to find out where a record type is used?

I have an odd question.

I have a parent and a child object. The child object has two record types.

I need to move the two record types one layer higher, that means on the parent object.

I need to find out where are the two record types that are on the child object at the moment, where are they being used?

I know I have to manually check all processes, but is there any other way how to find out?
Naveen KNNaveen KN
You can set different set of page layouts and picklist values for different record types.

check the page layouts and picklists in the child object so that you will get an idea of how it is being used. 

--
Naveen K N
Jan Kopejtko 1Jan Kopejtko 1
Thanks man, you're the king
Naveen KNNaveen KN
Glad that helped. Mark it as an answer. All the best.

--
Naveen K N
Team codengine.in