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
Tarun Kumar MohantyTarun Kumar Mohanty 

Error: Control field value 'In Progress' not found, valid values are [New, On Hold, Closed, Escalated]

Hi  I want to deploy my code on sandbox using ant but got this error

 Error: Control field value 'In Progress' not found, valid values are [New, On Hold, Closed, Escalated]

Please help me to figure out this Error . 
Thanks
AnkaiahAnkaiah (Salesforce Developers) 
Hi Tarun,

Check the controlling field picklist values are correct or not?

Refer the below link.

https://trailblazer.salesforce.com/issues_view?id=a1p3A0000003eAfQAI&title=deploying-controlled-picklist-fields-with-altered-picklist-values-is-failing-with-error-control-field-xxxxxxxx-is-not-found

If this helps, Please mark it as best answer

Thanks!!
mukesh guptamukesh gupta
HI Tarun,

You need to add 'In Progress' in picklist field after that you can deploy your code

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh