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
scottskiblackscottskiblack 

User IsActive check box validation

How can you validate against the Active checkbox for the user record?  I would like to have a validation rule that if the Active is not checked (deactivated) then the user status pick list can not equal active.
DevAngelDevAngel
Hi scottskiblack,

Since, as you must have observed, the field that is controlled by the Active checkbox is not represented in the list of available merge fields, you will not be able to create a validation rule to do what you need.  The only option is to request that the Active field be included in the list of available merge fields as a feature request.  Sorry I don't have better news for you.

Cheers
scottskiblackscottskiblack
Thanks, I was curious if any other solution would work other than a validation rule (S Control)?