
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 01:25 AM
Hello,
I'm trying to create and send a notification on the following condition on the Requested Item/RITM form,
Condition - Send a notification after approval of the delivery of the ticket / Accepting delivery
My notification configurations,
1.
2.
3.
I can get other notifications on the same form but do not get notifications with the above condition.
Any suggestions/help/ideas are most welcome.
Thanks and Regards,
Lal Valecha
Solved! Go to Solution.
- Labels:
-
Release Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 03:45 AM
Hello,
I got the answer..
Triggering the notification from event:
- create new event in Event Registery
- in UI Action "Accept Delivery" add gs.eventQueue('name_of_your_event',current); in the script.
- change the "Send when" to "Event is fired" and select your event in "Event name".
Thanks for support.
Regards,
Lal V.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 01:31 AM
Try with the State field instead of the status.
If my answer has helped you resolve your issue, Please mark Correct and Helpful. This way, other users may also benefit from the thread. Thanks!
Martin Ivanov
Community Rising Star 2022
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 01:55 AM
Hi Martin,
I cannot get any 'state' option under the dropdown.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 01:32 AM
Hi Lal,
I assume the UI action just modifies your custom Status field (Status is not OOB on sc_req_item table)? Can you verify that the user record you're using for the requested by has notifications enabled

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 01:44 AM
Hello Kieran,
Yes, the user record I'm using for the requested by has notifications enabled because that user can receive other notifications on the same form such as Ticket Delivered, Ticket In progress.
Thanks and Regards,
Lal.