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
Satya Ranjan MohantySatya Ranjan Mohanty 

Need a validation Rule


I need to check the probability condition for opportunity object. it should throw error when ever my probability value is less than 0 and greater than 100
 

i should check the probability condition for opportunity object. it should throw error when ever my probability value is less than 0 and greater than 100
 
Prasheela MPPrasheela MP
Hi Satya,

You need to set probability value in Stage field, Probability value will be between 0 to 100.

If you try to add less than 0 or greater than 100, it has already standard validation which says "Error: Probability must be between 0 and 100".