- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 06:20 AM
How to add additional comments in notification through eamil script
if any body have script kindly help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 06:59 AM - edited 04-25-2024 07:00 AM
Hello there,
we have access to current object in email Script so with help of that we can get additional comments
current.comments.getJournalEntry(1) //retrieve latest comments.
you can also use split() function of array to get rid of system generated text.
please mark this ✅ correct if it is helpful 😀!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 06:59 AM - edited 04-25-2024 07:00 AM
Hello there,
we have access to current object in email Script so with help of that we can get additional comments
current.comments.getJournalEntry(1) //retrieve latest comments.
you can also use split() function of array to get rid of system generated text.
please mark this ✅ correct if it is helpful 😀!