show-page property for PDF Template
I'm from Oracle JDEdwards team. I'm working on a statutory report to generate the output using BIP PDF template.I have two pages as part of my PDF template. First page consists of data and second page consist of instructions. First page is within the body_start and body_end tags. Created a text field on the second page and used the below code in the tooltip of the text field. Instructions is a field inside the source xml.
<?show-page:Instructions='1'?>
I wanted to knowwhether show-page property is available in all the BIP releases. We are using 10.1.3.4.1 and 11.1.1.5.0 BIP releases. I have tested my PDF template using Template Viewer and the instructions page printed only at the end of the document. I was expecting the instructions page to print after each data page as the 'Instructions' field is repeated with each section in the xml.