Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Conditional Message Body from XML Bursting

Summary
Conditional Message Body from XML Bursting
Content
Hi All -
We have requirement of sending different message based on Operating Unit from XML Bursting.
I see we are getting OU in the XML data, however not sure how to place if else statement for Email Body.
Any clues.
Below is sample of my XML Bursting File, Text of "Attached is invoice for payment." is something I want to make dynamic
====================
<xapi:message id="EMAIL"
to="${CUST_PREFERENCE}"
cc=""
bcc=""
attachment="true"
subject="INVOICE ${TRX_NUMBER}"
content-type="html/text">Attached is invoice for payment.
Regards,
Accounts Receivable</xapi:message>
====================
Answers
-
Hi ,
We cannot put if condition in Bursting file.
In alternate methode you can generate the message body in XML data by using OU Name in if condition and then at the time of busting you can use that tag in message body
0