The CreatorCon Call for Content is officially open! Get started here.

Help me format the module

Arthur Sanchez
Giga Guru

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

Captura de tela 2024-03-22 112525.png

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Arthur Sanchez  

 

You can use like this:

AGLearnNGrow_0-1711118690005.png

 

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]

****************************************************************************************************************

View solution in original post

maroon_byte
Mega Sage

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.

 

maroon_byte_0-1711119551534.png

 

Regards,

Sharad

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Arthur Sanchez  

 

You can use like this:

AGLearnNGrow_0-1711118690005.png

 

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]

****************************************************************************************************************

maroon_byte
Mega Sage

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.

 

maroon_byte_0-1711119551534.png

 

Regards,

Sharad

Sumanth16
Kilo Patron

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