If I want to find the reference of field by creating some program in different metadata like Flows, LWC, aura etc what is the way?
5 respuestas
Leonardo Kipper (KCS iT) is right. sfdc-soup is very used.
Salesforce provides only MetadataComponentDependency (Beta) (quite old object now and still "beta").
It is easy to query MetadataComponentDependency with SOQL (tooling) but the fields are not clear for their names (missing extension __c) and sfdc-soup remains clearer.