How to set up an email notification for Requested for in the approval table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 08:50 AM
Hello,
Could some one please advise on how to set up an email notification for Requested for in the approval table?
Thank you so much!
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 09:00 AM
Hey,
Can you share more details about your requirement?
What exactly you are trying to achive?
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 09:20 AM
Lisa,
That requested for, is not on the RITM but on the REQ.
Easier way to do this is look to the approval field on the RITM. If your workflows are set up correctly this will change to approved when the record is being approved.
You can create a notification based on that change. In the notification you set the RITM table as source. this will allow you to dotwalk to the requested for on REQ.
This is also a better way since you can have different kind of approvals, like where multiple people need to approve, triggering the notification on approvals in suchs a case will be confusing for the one receiving the notification.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 09:29 AM
Got it,
1. First you can create a event for approval, something like : "catalog.request.approved" on RITM table
2. Create a notification for RITM as well
3. write up a BR on the "sysapproval_approver" table, that shoots this event and pass parameters to send the email notification
Follow below link:
https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
Aman Kumar