send notification when comment has updated in ideaportal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 04:38 AM
Hi
I Want to send a notification to the idea creator when a comment has been updated in idea portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 04:44 AM
Hi Raj,
Where are you stuck with this?
if you are not familiar with notifications in ServiceNow then you can start here -> Creating Notifications | ServiceNow Developers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 04:47 AM
Hi @Rajkumar Bommal ,
If i remember correctly, idea comments and work notes do not fire off notifications OOB. You will have to create a notification event if you would like this to occur.
If you're looking for a similar notification, check out "Change commented (to assignee)". This is the same idea to fire off notifications made on a change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 04:50 AM - edited 05-27-2024 04:53 AM
Hi @Rajkumar Bommal ,
The comments on any Idea are being stored in comments (cf_comment) table. This table is loosely tied with Idea by using Document Id reference. One can have Feedback related list by defining custom related list using System Definition > Relationship module.
so create a notification or trigger an event when an entry is made on cf_comment table. I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....