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
sagar077sagar077 

If Order Type >'New ' then on Master_Order_ Number__c> will populate > "New number of order number"

If Order Type (picklistlist data type) ='New ' then on Master_Order_ Number__c (number data type)> will populate > "New number of Order Number (Auto Number data type)"
SwethaSwetha (Salesforce Developers) 
HI Sagar,
Can you share more details on your ask? What is to be accomplished and what is expected result ?
Thanks
SwethaSwetha (Salesforce Developers) 
HI Sagar,
You can create a workflow rule on Order object with Rule CriteriaOrder: Order TypeEQUALSNew and Evaluation Criteria as "Evaluate the rule when a record is created, and any time it's edited to subsequently meet criteria"  with Workflow Actions to update field i.e., Master_Order_ Number__c.

While creating field update, choose "Use a formula to set the new value" and give Order Name.
 
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you