Hi All
Currently we have this scenario where we have to generate dispatch note print after loading is completed for a truck. This dispatch note is specific to each ship-to partner and truck contents may relate to multiple ship-to partners. We have a smart-form developed for dispatch note and the same form should be printed for every ship-to partner in one shot.
We have achieved almost but facing issues with the page numbers. We are printing the current page# and total pages in the footer. When we print the form, page# should reset for each ship-to partner and total pages also should be specific to partner since these will be handed over separately.
currently we are getting continuous page#s and total pages for all ship-to partners. Please suggest if we can achieve this. Can we split the action based on partner or at coding level can we reset page# and calculate total pages for each partner?
we have copied standard TU action PRINT_LOADLISTTU and using with our custom form.
Thanks
Sasidhar Gupta