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
sultansultan 

How to display an error message if field value not greate than 1000 by validation rules?please help me?

Best Answer chosen by sultan
Jaspreet S.Jaspreet S.
Chosse the Object on which you want to create Validation Rule.

Insert Field which you want to validation

For Example I have considered Account Object and Feld AccountNumber

AccountNumber  < 1000

Replace AccountNumber With you Field 

Provide Error Message - Value must be greater than 1000 or any msg you wish too

Choose Error Location and Click Save