Field Validation - User based
We want to create a field validation that only allows certain users to change the customer name on an account.
We added =PRE('<AccountName>') to Field Validation to the Account Name which prevents the changing of an Account Name by all users.
How can we allow only certain users to change the Account Name field?
Is it possible to add something like....
AND (JoinFieldValue('<User>', [<UserId>], '<UserSignInId>') = "SMITHJOHN")
How can we allow only certain users to change the Account Name field?
Is it possible to add something like....
AND (JoinFieldValue('<User>', [<UserId>], '<UserSignInId>') = "SMITHJOHN")
0