sfdc-happy-soup icon indicating copy to clipboard operation
sfdc-happy-soup copied to clipboard

RecordType field dependencies

Open sinanbunni opened this issue 3 years ago • 6 comments

Hi, Recently I came through a requirements to search for a custom and standard recordTypeId or recordType.Name dependencies in an org's metadata. Looking at a feature to support it in HappySoup. Thanks

sinanbunni avatar May 08 '21 20:05 sinanbunni

Hi @sinanbunni !

Thanks for reaching out. Would this be for a specific record type (i.e Account.Customer_Type) or any reference to recordTypeId?

Also if you could explain more of why you needed this, it'd help me understand the requirement better.

pgonzaleznetwork avatar May 08 '21 20:05 pgonzaleznetwork

Hi @pgonzaleznetwork, The org has a number of custom sObjects where each has 5-8 record types. The record types are being used in many OOTB (PBs, Flows, Approval Processes, etc..) and Custom Apex/Aura components code to drive business functionalities. The requirements in hands are to get rid of these record types and some of its associated metadata and re-design the org to meet new objectives.

I was able to pull the RecordTypeId and RecordType.Name using VSC, however, its tedious as I have find the dependencies boundaries and where specifically the RecordType field is being used.

Thanks

sinanbunni avatar May 08 '21 20:05 sinanbunni

Thanks for the info. I will look into this!

pgonzaleznetwork avatar May 10 '21 08:05 pgonzaleznetwork

Hi @pgonzaleznetwork , I have the same use case as @sinanbunni. My org wants to rename record types. Thus, I need to see if changing the names will have any impact on other config/dev.

jamienrogers222 avatar Jul 13 '21 19:07 jamienrogers222

Thank you @jamienrogers222 , I still plan to look into this in the future!

pgonzaleznetwork avatar Jul 15 '21 09:07 pgonzaleznetwork

I am in favor of this one as well as I have come into a company that changed through several administrators with their own approaches. I would like to use this feature to do some cleaning up.

marioessig avatar Aug 18 '21 20:08 marioessig