• CodeRedKyle
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 8
    Replies

I want an error message when someone attempts to assign a task of a certain type if they don't assign it to the correct person.  

 

Here is what I have:

 

(OwnerId <> "Kyle Hill") && (ISPICKVAL (CallType, "PROGRAM MANAGEMENT - NEW ENROLLMENT"))

 

I get no errors when saving this rule, but also no errors no matter who I assign to the task.  

 

Any ideas? (i'm very new at this) 

 

Thanks in advance! 

 

I want an error message when someone attempts to assign a task of a certain type if they don't assign it to the correct person.  

 

Here is what I have:

 

(OwnerId <> "Kyle Hill") && (ISPICKVAL (CallType, "PROGRAM MANAGEMENT - NEW ENROLLMENT"))

 

I get no errors when saving this rule, but also no errors no matter who I assign to the task.  

 

Any ideas? (i'm very new at this) 

 

Thanks in advance!