
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 06:25 AM
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'
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 06:50 AM
Try now
javascript:'active=true^sys_created_by='+gs.getUserName()+'^EQ'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 06:37 AM
Hi
Where have you applied this condition?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 06:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 06:50 AM
Try now
javascript:'active=true^sys_created_by='+gs.getUserName()+'^EQ'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 06:53 AM
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.