Play Games

Search This Blog

Showing posts with label Metadata to retrieve process builder salesforce. Show all posts
Showing posts with label Metadata to retrieve process builder salesforce. Show all posts

Wednesday, June 16, 2021

Metadata to retrieve process builder salesforce - Salesforce Globe For You

 Metadata to retrieve process builder salesforce  - Salesforce Globe For You 

In this example assume I created Lead_Process_Builder as shown in the image below.



Solution: Use name as 'Flow' and the apiname of the process 'Lead_Process_Builder' as members as shown below

<types>

    <members>Lead_Process_Builder</members>

    <name>Flow</name>

</types>

Package.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Package xmlns="http://soap.sforce.com/2006/04/metadata">

    <types>

        <members>Lead_Process_Builder</members>

        <name>Flow</name>

    </types>

    <version>51.0</version>

</Package>

Output: Once we retrieve the process builder will be retrieved as shown below.