Share Your Experience With Others

Deactivate Picklist Values Using Package.xml

  • First you need to retrieve your picklist field using package.xml. For example:
package.xml file to retrieve picklist field
  • Once you retrieve add <isActive>false</isActive> tag with the values that you want to deactivate. For example:
  • Now again deploy your picklist field and the values that you marked as isActive false will be shown in the deactivated values section
  • If you want to see how to retrieve and deploy picklist field after changes you can check the below video
Deactivate Picklist Values Using Package.xml

Leave a comment