You need to sign in to do that
Don't have an account?

Validation rule for locking a Task
Hi all
Is there a validation rule I could develop which will lock a task record except for certain roles?
So an error condition formula which stipulates which specific roles have editing access?
Thanks
Is there a validation rule I could develop which will lock a task record except for certain roles?
So an error condition formula which stipulates which specific roles have editing access?
Thanks
AND( NOT (ISNEW() ) , OR( $User.UserRoleId = 'xxxxxxxxxxxxxxx', $User.UserRoleId = 'xxxxxxxxxxxxxxx' ))
Please mark as solved if this helps you.
~S
I tried the following, but it's not quite working.
AND
NOT(
(ISNEW(),
),
OR(
($User.UserRoleId = '00ED0000000odvg'),
($User.UserRoleId = '00E20000000jzRV')
)
Any suggestions?
Please try again and let me know.
Thanks.
~S