Issue in resetting the page number and page total in PDF Templates.
I have been working on PDF Templates reports.
I came across a requirement where I need to display the page number and page total based on the purchase order.
Used following field names:
1. @pagenum@ for page number
2. @pagetotal@ for total page number
How to show page # of # using PDF layout templates.
Goal is to show page 1 of 3, 2 of 3, 3 of 3 based on Purchase order number.
In my Example :
If POH_PO_NUM = 4423
then it should show 1 0f 1 ,since the PO items are fitted in one page.
If POH_PO_NUM = 4424
then it should show 1 0f 2 in the first page and 2 of 2 in second page.