Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Reference qualifier for case created by logged in user

Deepika Mishra
Mega Guru

Hi,

I have an requirement of displaying on those cases which are created by logged in user in my record producer.

Please help me as the below thing is not working:

javascript:'active=true^sys_created_by='+gs.getUserID()+'^EQ'

1 ACCEPTED SOLUTION

Try now

 

javascript:'active=true^sys_created_by='+gs.getUserName()+'^EQ'

 

View solution in original post

11 REPLIES 11

Community Alums
Not applicable

Hi

Where have you applied this condition?

In record producer I have a variable which is used to show the cases created by logged in user:

find_real_file.png

Try now

 

javascript:'active=true^sys_created_by='+gs.getUserName()+'^EQ'

 

It helped thank you so much, but I see the short description of the case rather than the case number. Could you help me why I see short description when I want case Id to be displayed.