Get Started with Redwood for Oracle Cloud HCM Begin Now
Feasibility to add multiplication condition in approval rule
Summary
We are having requirement in Offer approval to multiply Grade maximum rate by 0.20 and if that is less than Annual salary, rule should trigger notification.Content
We are using the below condition and it is throwing an error when we deploy it
(((Offer Salary Details.Grade RateMax * 0.2) + Offer Salary Details.Grade RateMax) < Offer Salary Details.Annual Salary)
Error : The number of expressions within this approval condition doesn't match the number of AND and OR operators. Ensure you include the correct number of operators.
Is it possible to include arithematic operation in Approval rule and guide us on this issue. Thanks in advance.
1