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?