Skip to main content
I want to create a validation rule so that a specific Action Type within a task "Welcome call" can only be assigned to a specific Profile type "Member Services"

 

How would I go about setting up the Error Condition formula?
2 件の回答
  1. 2012年10月11日 18:14
    AND(ISPICKVAL(Type,"Welcome Call"),$User.ProfileID = "profile id")
0/9000