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.
Payroll Element Entries Extract Producing Multiple Lines
Summary
Extract is built to send Element Entry values to ADP, not pulling only current recordContent
We have an extract that is planned to use to send the benefits and 401k element entries to ADP for payroll. This extract pulls the element code and value for the employees and we are using an RTF BI template to produce the report. When an element entry is end date we need to send '~' to ADP to end date the record on their end so we have that set up in the RTF:
IF NVL(SUBSTR(Element_Entry_End_Date,1,10), SUBSTR(SYSDATE+100,1,10)) <= SUBSTR(SYSDATE,1,10)
Tagged:
0