Add the current date to the subject line of a scheduled report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 01:02 PM
I'd like to know how to add the current date to the subject line of a scheduled report. This daily report is emailed to all CAB members but I'd like the report name to show the date it is for. e.g. report for changes made yesterday should show yesterdays date in the subject line. I'm guessing this is fairly simple to do but have no code experience.
Thanks in advance
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 03:06 PM
Write a email script and call it in the report body as follows
${mail_script:EMAIL_SCRIPT_NAME}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2019 06:19 AM
Hi SEllis,
the script can be included right in the subject. See answer in a similar question in below link.