You need to sign in to do that
Don't have an account?
Creating a validation rule on record saving , only by specific user groups , based on a criteria
Dear All,
I need to create a validation rule as per below criteria,

The Premium adjtment % , is depends upon two above fields, the caalculation is " Adjustment Tech Premium - Technical premium / Technical Premium". The formula has not been created in SF and its coming from a different system. What i need is, that
If , Premium adjustment % is > 5 % ( only UW 2 group of users can able to modify the record and save it)
Premium adjustment % is > 10 % ( only UW 5 group of users can able to modify the record and save it)
Premium adjustment % is > 20% ( only UW 6 group of users can able to modify the record and save it)
Premium adjustment % is > 30 % ( only UW 7 group of users can able to modify the record and save it)
Can anybody plz suggest, how i can able to make this validation formula, with creating the specific group and adding it to the formula. Each group may have 2 4 spcific users. Thanks
I need to create a validation rule as per below criteria,
The Premium adjtment % , is depends upon two above fields, the caalculation is " Adjustment Tech Premium - Technical premium / Technical Premium". The formula has not been created in SF and its coming from a different system. What i need is, that
If , Premium adjustment % is > 5 % ( only UW 2 group of users can able to modify the record and save it)
Premium adjustment % is > 10 % ( only UW 5 group of users can able to modify the record and save it)
Premium adjustment % is > 20% ( only UW 6 group of users can able to modify the record and save it)
Premium adjustment % is > 30 % ( only UW 7 group of users can able to modify the record and save it)
Can anybody plz suggest, how i can able to make this validation formula, with creating the specific group and adding it to the formula. Each group may have 2 4 spcific users. Thanks
I preferred to make the group as roles, ( as profiles already added to some users as system admin or so). But my below code showing, " Syntax error missing ')'". Can you plz check where i went wrong. Thnx
I tried as per below, Taking " UserRoleID.Name " showed error as field diest exists, so i have taken as " UserRoleID" only and it get saved. But it seems to me the validation rule not working as per needed, what i have taken is,
Now, i have assigned myself as UW 6, i.e i can edit the Ad tech.premium field upto > 20. But on below case ( premium adjustment is calculated as 9000- 1000/1000 = 8, and till its showing me validation error, i think it shd show me error if its above 20. Isnt it.
Also, something going as minus sign, can you plz let me know rather than > 5 , how can i input its between 0 to 5 ? Thanks
This is teh rule defined for the adjusted premium percentage. so as per this the above is coming 7, so i should able to edit, isnt it as UW 6 user
the formula field for " Premium_adjustment_pct__c" is as per below, So, i have taken as 5/100 etc. if thats correct.
Thanks