Where to change Scheduled Report Subject Line?

Hi All,

By default scheduled report will come as “IdentityIQ Report” in the subject line which is difficult to track in the mail.
Where & how can we change the “scheduled reports” subject line as per the report we are creating?

Thanks in advance

By Default the “Default Report Template” is used for sending email for scheduled report but you can easily use your own template by adding the following line to your Report TaskDefinition XML. “Custom Report Email” is my EmailTemplate name. There isn’t much documentation about any variables you can use in the template but you can easily add report specific subject and body in your email template.

  <entry key="emailTemplateId" value="Custom Report Email"/>
1 Like

@rjyothi
By Default all reports have default email template, you can change using the configuration in Report task definition xml

  <entry key="emailTemplateId" value="Custom Report Email"/>

Also currently there is no support for Dynamic variables being passed, you can have a static email template with static subject mapped to report task definition

1 Like

Thank you @SanjeevIAM! This helps

Thank you for your reply.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.