function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AbAb 

Adding a value to the source field of Lead object and deploying through change set

Hello,

I want to add a value to the "source" field of "lead" oject, and pass it through the chage set.

Is it possible to do bychange set ?

Thank you in advance
Best Answer chosen by Ab
Tikam.SangwaniTikam.Sangwani
Hi @Sandrine,

You can use a Change Set to deploy Custom Picklists however it will not pickup custom values in the standard picklists such as Lead.Source,Account.Industry, Case.Reason etc.

To deploy the custom values in standard picklists you have to use a method of deployment that uses the Metadata API directly, e.g. Salesforce IDE, Salesforce Deployment tool or workbench. These will need to have the standard picklist field included in the 'custom fields' section of the package.xml and then it will deploy them.

This is a known issue and there is an idea( https://success.salesforce.com/ideaView?id=08730000000HJ3kAAG ) for it. You can vote for this.

Please mark this as best answer if it helps you . 

Best Regards 
Tikam Sangwani