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.
Element Input Validation Fast Formula strange behaviour
Summary:
Content (required):
Hi Team,
I wrote this formula that works with element input values.
In the element we have 2 input values:
Percentage
Amount
The expected behaviour should be this one:
When Amount =0
Than Amount should be calculated as (Employee Salary*(Percentage/100))
else if The percentage is 0
The percentage should be calculated as (Amount/Salary)*100
The strange behaviour occurs in the case that I wrote amount first and leave blank percentage:
ORA-20001: The data type TEXT of parameter PERCENTAGE doesn't match the data type NUMBER used in the formula.
ORA-06512: at "FUSION.HR_UTILITY", line 798 ORA-06512: at "FUSION.FF_EXEC_WRAPPER_PKG", line 81 ORA-06512: at line 2
0