Salesforce Fact #945 | PathAssistant Sobject
There is an Sobject 'PathAssistant' in the Tooling API which we can query to get the list of all paths in the org.
Few things to note:
1) If we include the FullName field in the query, we need to make sure the query returns 1 row else we encounter an error.
2) SobjectProcessField denotes the picklist field for which the path has been setup.
Comments
Post a Comment