BI Publisher (MOSC)

MOSC Banner

Email body not coming when using HTML output bursting in BI 12.2.1.4.0

edited Mar 3, 2020 10:12AM in BI Publisher (MOSC) 19 commentsAnswered

Hello Experts,

I have configured a report using bursting. While sending email, email body is not populating in the mail when using HTML output format.

Below is the bursting query is data model.

select

fullName AS KEY,

'CR_Monday_Report' AS TEMPLATE,

'en-US' AS LOCALE,

'HTML' AS OUTPUT_FORMAT,

'EMAIL' AS DEL_CHANNEL,

'Test@gmail.com' AS PARAMETER1,

'Test@gmail.com' AS PARAMETER3,

'Reminder: CR Task Assigned to you' AS PARAMETER4,

'Hi please see the below task assigned to you' AS PARAMETER5,

'true' PARAMETER6,

'donotreply@mycompany.com' PARAMETER7

from

( select fullName from table )

Can you please suggest if anything is wrong.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center