Conditional page break using @inlines
Hi,
We have a main template that calls sub-templates (for header, detail, footer, etc). for Order Acknowledgement/RMA document. We conditionally call a return label at the very end of the main template, as shown below (currently using section break in Word so that return label starts on the following page).
----Section Break (Next Page)----
<?if@inlines:S_COUNTRY='US' and PRINT_RMA='Y'?><?call:return_label?><?end if?>
We have a main template that calls sub-templates (for header, detail, footer, etc). for Order Acknowledgement/RMA document. We conditionally call a return label at the very end of the main template, as shown below (currently using section break in Word so that return label starts on the following page).
----Section Break (Next Page)----
<?if@inlines:S_COUNTRY='US' and PRINT_RMA='Y'?><?call:return_label?><?end if?>
I am wondering if it is possible to do a page break within the conditional statement above before calling the return label sub-template? If so, what is the proper syntax to insert a page break within this condition?
0