Trigger a notification when a variable is updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 10:55 AM
Out of the box Service-Now does not have a notification generated when someone updates a variable in a request item. Our technicians have requested that I look into adding this functionality into our instance as we have many workflows where we hold approving until the user has update/corrected an error in the variable. Often times they do not add a comment and just update the variable, so the technician isn't notified anything has changed.
We currently have a notification configured so when the user makes a comment the relevant information on the item is included along with all of the variables relating to that item (variables are added via a mail script). The goal would be to either trigger this notification to fire when a variable is changed, or create a separate notification with the same contents and prevent the original from firing if the comments were updated in addition to the variable.
I'm not sure how I would go about doing this as the variables exist in a different table from the request item. I'm not sure an advanced condition could be used for this in the original notification, or if I'd somehow have to fire an event based on a business rule.
Any thoughts on how I might accomplish this would be appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 11:25 AM
Thanks. Please do mark answer as correct if you are able to achieve the requirement using the approach
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 11:23 AM
I have created notifications before where I used "Changes" in the filter condition.
When to Send tab:
Send when: Record inserted or updated.
Check Updated but not Inserted.
Conditions:
"Field X" ... Changes
Who will receive tab:
For me, that's usually the Assigned To.
And then the communication on the What it will contain tab.
I don't use the event registry or business rules for these as I am just using the Updating of the record and adding that field changing as the criteria that triggers this notification to send.
Richelle