how it is possible to created 2 PDF with different names for one invoice using bursting?
Hi All,
how it is possible to created 2 PDF with different names for one parameter?
I just want create 2 PDF files using burst control.
<xapi:request select="/XXCARINVXML/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE"> <xapi:delivery> <xapi:filesystem id="pdftofolder" output="/mnt/oracle_xmlp/Invoices/DE Sample 1234.pdf" /> </xapi:delivery> <xapi:document output-type="pdf" delivery="pdftofolder"> <xapi:template type="rtf" locale="en-US" location="xdo://XBOL.XXC_TEST.en.US/?getSource=true" filter=".//G_INVOICE[CF_BURST='Y' and CF_ORG='DE']"/> </xapi:document> </xapi:request>
The above one is the current code.
I need to add new condition and create 2 PDF files.
0