Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <validationRules>
  2. <fullName>Changing_an_Opp_to_Closed_Won</fullName>
  3. <active>true</active>
  4. <description>Only the system admin and ZZZ users
  5. can update the stage to closed won</description>
  6. <errorConditionFormula>AND(
  7. AND(ISCHANGED(StageName), IsClosed=True, IsWon=True),
  8. NOT(OR($User.ProfileId == '00eA0000000RhUw',
  9. $User.ProfileId == '00eA00000013Vro'))
  10. )
  11. </errorConditionFormula>
  12. <errorMessage>You do not have the necessary access to mark an opportunity
  13. "Closed Won" Please ask a ZZZ to do it for you.
  14. </errorMessage>
  15. </validationRules>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement