- 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 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-29-2018 05:28 AM
Hi Ali,
changed the Email Properties to "1".
Tested and working as expected , i can see only the Recent update in the Additional comments.
Thanks
NR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 05:34 AM
Great! Can you please mark my response as correct answer and close this thread?
Thanks!