Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Offer approval using COMP Ratio ==NULL is not working
Summary:
We have a requirement to follow a different approval process, if the comp ratio is NULL in the offer. However, as of now, all the offer approvals which doesn't have salary ranges defined are getting error out. All the rules are written via Translation console.
We are trying to write a rule ( Offer Salary Details.Compa Ratio == null ) so that transactions without salary ranges will not error out but this is not working.
CURRENT RULES are as follows:
1) (((Requisition Details.result.Recruiting Type != "Contingent") AND (Offer Salary Details.Compa Ratio < 100)) AND (Offer Salary Details.Compa Ratio != null)) —> AUTO APPROVED
0