sfdc-happy-soup
sfdc-happy-soup copied to clipboard
No support for the standard field Account.type?
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
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 It's just the standard Type field (picklist) on the Account object.
@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.
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 thanks for your feedback! Indeed, finding dependencies in process builder is quite tricky! I will look into this...