👍 In this example we explore Salesforce metadata, but you can try it out with any other business application as well
Salesforce's native 'Where is this used' feature lets you see where a Custom Field is being used. However, you are out of luck if you want to know where a Standard Field is being used.
To Salto, a Standard Field is no different from a Custom Field - It’s just another configuration element.
In this example, we'll find all the references in our configuration data, to the Opportunity field StageName (a Standard Field) - we will see all the places where this field is being used.
Watch our video guide:
Or read the step-by-step instructions:
First, make sure you are familiar with the Opportunity object in Salesforce, and with its Stage Standard Field:
Step #1
Let's login to app.salto.io (we recommend leaving this tab open so you will be able to come back upon the completion of each step).
In the search box, type StageName (its Field Name):
Step #2
In the tree, click on StageName - you can now view its details to the right of the tree:
Step #3
Scroll down to the References section. You can now see now 2 sub-sections:
'Used by', listing all of the elements using the Opportunity field StageName.
'Depends on', listing all of the elements that the Opportunity field StageName is using.
Vualá!
Click on 'Used by' to see that 4 Opportunity Page Layouts are using the Opportunity field StageName, across all your configuration data:
Opportunity-Opportunity Layout
Opportunity-Opportunity (Marketing) Layout
Opportunity-Opportunity (Sales) Layout
Opportunity-Opportunity (Support) Layout
Click on 'Depends on' to see that the Opportunity field StageName is using the OpportunityStage instance.
You can further clicking on any of these elements to open them as a separate tab and further explore your configuration.