
- 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 02:21 AM
Hi Lal,
When you are hitting Accept Delivery i assume its changing the status to Delivery. If so then the condition shouldn't be as below?
Status [is] Delivery
If my assumption is not correct then can you please elaborate when you click Accept delivery how state transitions? What's the old and new state?
Please mark this helpful/correct, if applicable.
Regards,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 02:29 AM
Hello Muhammad,
When I click on Accept Delivery,
It goes from Delivered to Closed state.
So, I wrote the condition as in image 1.
Then, Old state - Delivered
New state - Closed.
Regards,
Lal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 02:41 AM
Cool. For testing purposes can you please apply the condition as:
Status [is] Closed
Remove the other conditions
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 02:47 AM
I tried that, but it didn't come with this condition too.
Regards,
Lal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 06:02 AM
Have you tried any other simpler conditions? If it doesn't trigger at all regardless of the conditions then definitely something fishy with the email recipient. May be try with some other recipient for testing.
Muhammad