- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 03:20 AM
Hi all
Please I'd like to display planned start date and planned end date in approval request email notification.
i have checked the glide.email.append.timezone in email properties and still no joy.
Please how do i do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 01:13 AM
I eventually found the answer. I used the following scripts and it did the trick
Planned start: ${sysapproval.start_date}
Planned end: ${sysapproval.end_date}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 04:39 AM
The way I did it long back, you need to customize the notification.
Call a Notification email script where you want to show the Start and End date. In the Notification email script using GlideDateTime functions you can convert the start and end date into Approver/User's time zone and can print there.
useful information can be found in below links!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 01:13 AM
I eventually found the answer. I used the following scripts and it did the trick
Planned start: ${sysapproval.start_date}
Planned end: ${sysapproval.end_date}