- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 08:24 PM
Hi Community,
I’m working on a process where Legal Full-fillers should receive a notification when a Legal Request is reopened by the Legal User. This will help them review and provide a more suitable response.
Requirement:
- As a Legal Full-filler, I need to be notified when a Legal Request has been reopened by the Legal User.
- The notification should prompt me to review the request and respond accordingly.
I’m looking for guidance on how to configure this notification in Service Now. Any help or suggestions on how to set this up would be greatly appreciated.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 08:43 PM
Hi @pragatishendre ,
If you are maintaining a flag to identify the legal request then use the same flag in your notification as well.
Create a BR with condition like state change from resolve to open and open by have legal flag= yes
then trigger the event to send notification.
Use gs.eventQueue(), see this blog incase need help on eventQueue.
https://servicenowwithrunjay.com/gs-eventqueue-in-servicenow/
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 08:28 PM
@pragatishendre Can you please help me understand what do you mean by legal requester?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 08:48 PM
A "legal requester" is someone who submits a legal request, such as for general legal services, through the employee service portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 08:43 PM
Hi @pragatishendre ,
If you are maintaining a flag to identify the legal request then use the same flag in your notification as well.
Create a BR with condition like state change from resolve to open and open by have legal flag= yes
then trigger the event to send notification.
Use gs.eventQueue(), see this blog incase need help on eventQueue.
https://servicenowwithrunjay.com/gs-eventqueue-in-servicenow/
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------