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
Firas Taamallah 18Firas Taamallah 18 

Validation rule with RecordType & Picklist

Hi , 

I want to create a validation rule on Case when : 
  • When new created with Record type X , picklist field should be filled automatically with value
How can i achieve this?
AbhishekAbhishek (Salesforce Developers) 
I think it is still in Idea Face,

https://trailblazer.salesforce.com/ideaView?id=087300000006xBY

Can you check the above Idea?
RituSharmaRituSharma
Validation rules are meant for validating the data. If you want one field to be populated based on record type, you need to create workflow/process builder.