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
renaiah anamalla 6renaiah anamalla 6 

how to make the reuired information in validation rule

how to make the reuired information in validation rule
Deepthi BDeepthi B
Hello renaiah,

You can make a field required by using the ISBLANK() in the Validation Rule.
Below is an example for Validation rule that throws error message when Email (a custom field ) is not entered while creating a record.User-added image

Hope this helps you!

Thanks,
Deepthi