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
sekhar passamsekhar passam 

how to restrict certain discount to particular user

I have one user but i want to give only some discount 500 only. if user select more than 500 discount its should not be applicable.how to restrict using formula filed 
GhanshyamChoudhariGhanshyamChoudhari
discount__c > 500
you need to write a validation rule to achieve that
 
bhanu_prakashbhanu_prakash
Hi Sekhar,

create a validation rule
  1.    Create Rule name 
  2.   on Error condition Fomula    put your field like  
    Discount__c >500
      3. Select you error location and click on save .

Thanks, 
Bhanu Prakash
visit ForceLearn.com  (https://www.forcelearn.com)