Hi,
We are using EBS R12.1.2 and have the relevant patch to use BI Publisher Bursting functionality from within EBS R12.
My query is that I have created an rtf template with some layout and would like the contents of this template to be sent in an email to the suppliers instead of an attachment.
Below is the contents of my Bursting Control File attached to my Data Template. However, I simply get an email with email body containing text '
Please find your Payment Details below'. Thats it. The output from my RTF template is not show in the email body.
<?xml version="1.0" encoding="UTF-8" ?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
<xapi:request select="/G_PAYMENT/PAYEE_NAME">
<xapi:delivery>
<xapi:email id="123" server="server.net" port="25" from="accounts@myco.com" reply-to =accounts@myco.com>
<xapi:message id="123" to="${EMAIL}" content-type="text/html" attachment="true" subject="Payment Number - ${PAYMENT_NUMBER}"> "Please find your Payment Details below"
</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output=" Payment Number ${PAYMENT_NUMBER}" output-type="html" delivery="123">
<xapi:template type="rtf" location="xdo://${C_TEMPLATE}/?getSource=true">
</xapi:template>
</xapi:document>
</xapi:request>
</xapi:requestset>
I have tried setting the output_type to 'HTML' and 'PDF' both but not been successful. I can successfully receive emails with template output as attachments but not the opposite !
Any idea how to display template content in the message body itself instead of attachment.
Thanks
Shanky