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
snehil kumarsnehil kumar 

Validation Rule to select the one field among many.

Hi All, 

When an opportunity status is being changed to prospect, make sure there is a value in start date and (one of: field A, field B, field C, field D)

Please help me to write the validation rule of above condition.

snehil kumarsnehil kumar

Hi CharuDutt

Thanks for your reply.

For the case, the start date is not blank and one of (field A, field B, field C) is blank allows to save the records, which should not.

Please let me know.