BI Publisher (MOSC)

MOSC Banner

how it is possible to created 2 PDF with different names for one invoice using bursting?

edited Oct 25, 2017 5:22PM in BI Publisher (MOSC) 6 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center