Justin Catterson
My feedback
5 results found
-
6 votesJustin Catterson supported this idea ·
-
4 votes0 comments · Help us improve Gearset » Integrations and connections (Jira, source control, DX etc.) · Admin →Justin Catterson supported this idea ·
-
1 voteJustin Catterson shared this idea ·
-
13 votes
An error occurred while saving the comment Justin Catterson supported this idea · -
2 votesJustin Catterson shared this idea ·
Gearset team,
Your comment is a bit misleading; this is possible if the feature within Gearset is developed, it does not require a change from Salesforce. Retrieving the correct version is entirely plausible via the Metadata API; you just need to know the proper version. I would like this to be a setting.
The Metatadata documentation states under fullName how to pull a specific version.
The tooling api can help identify the active version to pull. Here is a tooling api query which identifies the correct version
sfdx force:data:soql:query -t -q "Select Id,DeveloperName,LatestVersion.VersionNumber,ActiveVersion.VersionNumber from FlowDefinition where Developername in (...)"
Then, retrieve the specific version
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_visual_workflow.htm