Reply
Newbie
tuscani6
Posts: 1
0

Certain profile cannot change 'Assigned To'

Can anyone please help with creating a validation rule that prevents a certain Profile Name from being able to change the "Assigned To' field.  All other profile names should be able to change the 'Assigned To' unless Profile = 'C User'

Trusted Contributor
phiberoptik
Posts: 273
0

Re: Certain profile cannot change 'Assigned To'

AND(
    ISCHANGED(OwnerId ), 
    $User.ProfileId = "Enter Profile Id for Profile C User" 
)

 

 

___________________
Got KUDOS?