Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

burst in email body, No attachment

User285476Jan 7 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2015
Added on Jan 7 2015
0 comments
2,791 views