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
VamsiVamsi 

How can I move the case status field updated values from one org to another org using change sets. Because I dont find any component in the change sets , can someone please help me to work this out

Best Answer chosen by Vamsi
Ketankumar PatelKetankumar Patel
Unfortunately, you can’t deploy standard fields using change set. You should manually copy newly created pick list value in production.

All Answers

Ketankumar PatelKetankumar Patel
Unfortunately, you can’t deploy standard fields using change set. You should manually copy newly created pick list value in production.
This was selected as the best answer
VamsiVamsi
Thanks for the information Kumar.
Rahul SharmaRahul Sharma
The standard picklist values are stored in a seperate metadata file: StandardValueSet (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_standardvalueset.htm" target="_blank) (For case status, file would be CaseStatus), we can use that for deployment.