function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Issue wih Commision ValidationIssue wih Commision Validation 

Validation Rule Issues

Still can not change the amount. I set it up:

IsClosed  = True  && ( ISCHANGED( Amount ) ) <>($Profile.Name = "RajeevAhuja")

 

 

I also tried:

 

IsClosed  = True  && ( ISCHANGED( Amount ) ) <>($Profile.Name = "005C0000003")

and

IsClosed  = True  && ( ISCHANGED( Amount ) ) <>($Profile.Name = "CEOTeam")

 

I cant get it to work so he can change the amount

Noam.dganiNoam.dgani

what are you trying to do?