Skip to Main Content

APEX

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!

Interactive Report Translate Text Message Customization

goose29Aug 1 2024

I am trying to customize the email message that is sent out when a user subscribes to an interactive report.

Default message that is sent through subscription:
"You are receiving this email from Interactive report subscription created by %0"

%0 picks the value of APP_USER.

I would like to change this message to use a value set to an application item…for example

"You are receiving this email from Interactive report subscription created by &APP_ITEM."

I have created a text message that should overwrite the default message:

Name: SUBSCRIPTION_CREATED_BY
Language: en
Text: You are receiving this email from Interactive report subscription created by &APP_ITEM.

However the message does not appear correctly in the subscription email. Is it possible to configure the subscription email to pick up a value set to an application item instead of APP_USER?

Comments
Post Details
Added on Aug 1 2024
0 comments
249 views