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.
when run the payroll net pay is 0
Summary:
For element Exit entry there is requirement
if payroll team select Number_Of_Months >= 2 and EXIT_ENTRY_FOR ='Dependent' and DEPENDENT_1 WAS NOT DEFAULTED OR DEPENDENT_2 WAS NOT DEFAULTED OR DEPENDENT_3 WAS NOT DEFAULTED OR DEPENDENT_4 WAS NOT DEFAULTED
the amount should be
V_DEPENDENT_1_VALUE + V_DEPENDENT_2_VALUE + V_DEPENDENT_3_VALUE + V_DEPENDENT_4_VALUE
but the issue when i run the net pay showing 0
This Formula as below
DEFAULT for PER_ASG_ASSIGNMENT_ID is 0
DEFAULT FOR PER_ASG_PERSON_ID is 0
DEFAULT FOR AMOUNT is 0
DEFAULT FOR CHARACTER_INPUT2 IS 'XX'//This is Input value for Number Of Manths/
0