How to send notification to requested for user when RITM requested is APPROVED or REJECT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2022 05:05 AM
Hi All,
Send Notification to user when RITM request is APPROVED or REJECT with variables. Please help me on this .
Thanks,
Suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2022 05:09 AM
Create a notification with condition as approved or rejected.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2022 05:21 AM
Hi write a Notification on RITM table
condition state is approved or rejected
to add variables follow this thread
https://community.servicenow.com/community?id=community_question&sys_id=2a250b6ddbd8dbc01dcaf3231f9619c4&view_source=searchResult
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2022 05:27 AM
Hi Suresh,
Please create notification on RITM table.
1. In when to run tab, give condition as approval is Approved.
2. In Who will receive, you can mention the groups,users
3. In What it will contain, you can give what variables(refer attachment) you want in the message ex:${request.number}
4. If you want the current variables of that RITM use ${current.variables.variablebackendname}
ex:${current.variables.requester_for}
Thank you
Sony

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2022 05:54 AM
- Open sysevent_email_action.LIST from left navigator
- Click on New
- Give a name
>Table : sysapproval_approver
> Condition : Updated - True
> Filter condition : 'Approval for' - 'starts with' - 'RITM'
AND
'State' - 'is one of' - 'Approved, Rejected' - In Who will recieve tab
> users in groups/fields : Approval for.Opened by - In what it will contain tab you can write the email body as required.
Regards,
Sumanth