Notification - Most recent comment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 11:57 AM
I'm creating a notification. The notification will be sent to the Assigned To person whenever the customer makes an update to the case via Portal. I would like to include in the email, the most recent comment made by the customer that triggers the notification. I can add additional comments (comments) in the email, but it includes ALL additional comments on the case. Is it possible to include just the most recent comment\update made by the customer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 03:57 AM
A case record has Additional Comments (comments) field, however, the field become empty right after submitting, because a value of comment is transferred to Journal.
So the latest comment must be captured right before submitting.
- Create a business rule
- Advanced: true
- Before Update
- Write a code to push a predefined event
- Parm1: sys_id
- Parm2: Additional comments (comments)
- Create a notification triggered by the event
- Get the value of the latest comments from Parm2
- Get other values, querying the case by sys_id