FavoriteSerena Shergill (PatSnap) asked in #Data ManagementDec 20, 2017, 2:53 PMHow do I ensure only certain users can close cases rather than everyone?8 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerKavya Gullipalli (Constellation)Dec 20, 2017, 3:47 PMTry this AND( $Profile.Name <> 'System Administrator' , OR( ISPICKVAL(Status,'Closed'), ISPICKVAL(Status,'Open'), ISPICKVAL(Status,'Pending') ))Show MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerKavya Gullipalli (Constellation)Dec 20, 2017, 3:47 PMTry this AND( $Profile.Name <> 'System Administrator' , OR( ISPICKVAL(Status,'Closed'), ISPICKVAL(Status,'Open'), ISPICKVAL(Status,'Pending') ))Show More