Skip to Main Content

Database 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!

Workflow notification with html table is not working

user12139539Jul 27 2015 — edited Jul 27 2015

Hi,

I have customized the Istore order confirmation workflow notification to get a table in the message.

  1. Copied the standard workflow message and renamed the message internal name.
  2. The message has many attributes using the standard packages to get the document value and document type.
  3. In My custom code i am returning the document type as 'Text/hmtl' and the attribute value with the html table content in it.
  4. I am able to view the table structure in the workflow status monitor notification.
  5. But i am getting html tags in the email as below.


Below are the details of your order.

<html><body><table width="65%" align="left" class="x1h" cellpadding="2"
cellspacing="0" border="1"><TR><TD>Order Number:</TD><TD>3200031325</TD>
</TR><TR><TD>Order Date:</TD><TD>24-JUL-15</TD></TR><TR><TD>Shipping
Information:</TD><TD>TST USER4<br />2675 REEVES ROAD<br />SUITE 190</TD>
</TR></table><br /></body></html>Billing Address: TST USER4

    P.O. BOX 2124
  ATTN ACCOUNTS PAYABLE

5. I have set the preference as HTML.

Please advice in getting the table structure in the email notification body.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2015
Added on Jul 27 2015
1 comment
904 views