- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 07:29 AM
I am creating a new module, where I want it to only show what the user has opened, in my application there are 2 users, a user and a support, the user opens the ticket and the support closes it.
I want to make a module that lists only the tickets that THAT user opened and one that only shows the ticket that THAT support closed
But I'm lost and I don't know what to put in the filter conditions, please help me guys
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 07:45 AM
You can use like this:
Me, will work for logged in user.
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
03-22-2024 08:00 AM
If the modules will be accessed by those two types of users when they log into the instance, then use dynamic filters such as the one below on the Incident list. You may need to create dynamic filters for your Scoped Application.
Regards,
Sharad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 07:45 AM
You can use like this:
Me, will work for logged in user.
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
03-22-2024 08:00 AM
If the modules will be accessed by those two types of users when they log into the instance, then use dynamic filters such as the one below on the Incident list. You may need to create dynamic filters for your Scoped Application.
Regards,
Sharad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 08:06 AM
Hi @Arthur Sanchez ,
1) Tickets that THAT user opened
Openedby is(Dynamic) Me
2) Ticket that THAT support closed:
In Link Type section select Link Type as List of records-> Table Incident-> In filter condition select field Assignment Group is : javascript:getMyGroups().
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda