You need to sign in to do that
Don't have an account?
How to deploy retrieve process builder using Salesforce CLI in VS Code
Hi Team,
I am facing issue, unable to retrieve the process builder using Salesforce CLI in VS Code. Please let me know, if anyone know exact steps how to retrieve.
Actually i tried before and after version 44 because some changes are released in version 44. But results in my local system..
I am facing issue, unable to retrieve the process builder using Salesforce CLI in VS Code. Please let me know, if anyone know exact steps how to retrieve.
Actually i tried before and after version 44 because some changes are released in version 44. But results in my local system..
Greetings!
You can create package.xml in the manifest folder in VS to retrieve the Process builder which will retrieve the metadata in defualt folder and then you can deploy the metadata by using the path.
Reference:
https://salesforcedx-vscode.netlify.app/tools/vscode/en/user-guide/development-models/
Also,you can use the below package.xml to retrieve all the flows:
<Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>*</members> <name>Flow</name> </types> <version>31.0</version> </Package>
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.
Warm Regards,
Shirisha Pathuri