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>
====================