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

No support for the standard field Account.type?

Open Fusedgutz opened this issue 3 years ago • 5 comments
trafficstars

Unable to find any metadata items that use or reference the StandardField Account.Type. This either means that the StandardField is not being used at all or that it is used by metadata types that are not yet supported by HappySoup.If you think this is the case please log a Github issue here

Fusedgutz avatar Jan 06 '22 15:01 Fusedgutz

Thank you @Fusedgutz for reaching out! Do you know where the field is being used? That'll help me understand which dependencies are missing from the app.

pgonzaleznetwork avatar Jan 08 '22 20:01 pgonzaleznetwork

@pgonzaleznetwork It's just the standard Type field (picklist) on the Account object.

Fusedgutz avatar Jan 12 '22 15:01 Fusedgutz

@Fusedgutz I understand. What I'm saying is: The message is stating that no dependencies were found, and that either means that the field is not being used, or the app is missing some places where the field IS actually used. So I'm asking if you discovered through some other means, where the field is being used. This would help me figure out why the app did not find those dependencies and I can then try to improve it.

pgonzaleznetwork avatar Jan 19 '22 12:01 pgonzaleznetwork

Hi @pgonzaleznetwork, I might be able to help with this - I am running into the same issue as Fusedgutz, only with Opportunity Type (the standard field). The impact analysis is correctly showing that it's being used in a workflow rule, validation rule, apex trigger, and email template... but it missed the process builder that it's used in. (an update records action, to be specific) Thanks!

melanie-miller avatar Mar 18 '22 20:03 melanie-miller

@melanie-miller thanks for your feedback! Indeed, finding dependencies in process builder is quite tricky! I will look into this...

pgonzaleznetwork avatar Mar 24 '22 17:03 pgonzaleznetwork