Welcome to my blog

I have been working with Salesforce for quite a while, so don’t hesitate to contact me if you have any questions or want some advice.

s f

Subscribe
Follow Us
h

How to pull Custom Label using ANT (Package.xml)?

 . Deployment  . How to pull Custom Label using ANT (Package.xml)?

How to pull Custom Label using ANT (Package.xml)?

Custom Label: //To pull specific custom label

<types>
<members>Label Name</members>
<name>CustomLabel</name>
</types>

Custom Label: //To pull all custom label from org

<types>
<members>*</members>
<name>CustomLabels</name>
</types>

Post a Comment