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