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
SalesforcedevSalesforcedev 

Which option is the best to solve this case, validation rules or formulas?

Hello everyone,
I need to create a validation rule for this case,can i just use simple formule to solve this case.
Thank you

[Driving licence] Expiration date must be in future and a coherence control need to be done with [birthdate]
ShivaKrishna(Freelancer)ShivaKrishna(Freelancer)
Hi Yang LR,

I believe you can get that expiration date information on the save so its better to achieve this trrough validation rule. 

Thanks

let me know, if you need any other information. 
shiva.sfdc.backup@gmail.om
SalesforcedevSalesforcedev
I am also thinking about validation rule for this case,but i dont know how should i do make two (expiration date must be in future+coherence control with birthdate) in one validation rule.