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.
Define an accrual matrix based on their work shift
Summary:
Define an accrual matrix based on employees work shift.
Content (please ensure you mask any confidential information):
Hello!
We have a requirement to accrue hours same as their shift duration for a front loaded plan.
As of 1/1/2024, If an employee is assigned a 10hr shift, accrual must be 10.
As of 1/1/2024, If an employee is assigned a 8hr shift, accrual must be 8.
I tried using an accrual fast formula (as below) but it is returning 0 hours. Any ideas will be appreciated.
—
DEFAULT FOR IV_ACCRUALPERIODSTARTDATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR IV_ACCRUALPERIODENDDATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR IV_ACCRUAL IS 0
0