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
chaitanya srikakulapuchaitanya srikakulapu 

how to write validation rule for PF number

Sai PraveenSai Praveen (Salesforce Developers) 
Hi Chaitnaya,

Can you put more details on the questions. As it is now it woule be very difficult to understand. Can you give more details like what is the field about and when should the validation rule fire .. etc.

Thanks,
 
Design EagleDesign Eagle
This is great advice! Very honest and practical. I really enjoyed this post. Nice post!! https://www.tellpizzahut.online/
Gonapati Bhavitha 11Gonapati Bhavitha 11
Hi,
Refer to these links

https://www.godigit.com/finance/ppf/how-to-find-pf-number

https://www.bajajfinserv.in/insights/how-to-know-pf-number-in-4-easy-ways

If This Helps, Please Mark It as Best Answer.

Thanks!
 
Gonapati Bhavitha 11Gonapati Bhavitha 11
Hi chaitanya,

You can try this,

LEN(TEXT(your_account_number_field)) > 22


If This Helps, Please Mark It as Best Answer.

Thanks!