- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 07:29 AM
Hi ,
I am facing some issue in Email Notification.
If the user updates his comments in the "Additional Comments" , Email should be Triggered to the Requester .
Requester is getting Email Notifications but the comments are not populating in the Email Body .
The recent update only should be populated in the Email Body .
I tried in this way :
Hi ${request.requested_for} ( working fine )
template.print(current.comments.getJournalEntry(1)); ( Not working -Here the comments should populate )
Please give some suggestions.
Thanks
NR
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 09:04 AM
Navigate to Notification Email Scripts under System Notification and you could add it here.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 07:35 AM
Hi,
Have you tried with ${comments} in your body?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 07:36 AM
Hi Mathis ,
I tried that but its showing all the comments , but i want to see only the Recent comments.
Thanks
NR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 07:46 AM
And do you get an error when you try your solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2018 07:56 AM
I am not getting any error .