- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 04:33 AM
Hi @Community Alums
You can use a display business rule on Query to get the incidents assigned to the Assigned To Engineer on your incident record. Refer below snippets for more info :
Output :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 04:03 AM
Can you please share what you have tried and what is not working?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 04:04 AM
Hi @Community Alums
Where you want to show? In list view or in report?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 04:18 AM
Hi,
You can use onLoad client script and make AJAX script include call and send the assigned to sysID
In Script include you can Gliderecord incident table with query assignedTo=sysID and store it in an array and return the same. Then show those numbers in alert.
If you have already tried this,then please share the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 04:33 AM
Hi @Community Alums
You can use a display business rule on Query to get the incidents assigned to the Assigned To Engineer on your incident record. Refer below snippets for more info :
Output :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.