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.
Calling sub template from main template
Summary:
Hi all,
Report Name: Payslip
Problem Statement: I have modified the main payslip as well as sub-template payslip. So I tried to call custom sub template payslip in main payslip template.
Payslip generates as long as I am passing this syntax in the main template for calling the sub template payslip(seeded sub template display in the main template):
<?import: xdoxsl:///Human Capital Management/Payroll/Payment Distribution/Payslip Sub Templates.xsb?loc=${_XDOLOCALE}?>
But payslip does not generate with the below syntax and generate payslip process end up with critical error:
<?import: xdoxsl:///Custom/Human Capital Management/Payroll/Payment Distribution/Payslip Sub Templates.xsb?loc=${_XDOLOCALE}?>
1