Reference Qualifier on Catalog Item CI based on selected User
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 06:13 AM
Hello everyone, I'm trying to filter the field "CI", which is referencing to the cmdb_ci table to only show the CIs assigned to the user selected in a field called "Caller". The variable is called "caller" accordingly.
I tried using an advanced reference qualifier with the following code:
javascript:'assigned_to="+current.variables.caller
Sadly it does not work. It shows either all CIs or none. Do you have any tips?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 06:28 AM
javascript: 'assigned_to="+current.variables.caller;
this should have worked.
Hope variable name is correct also variable is direct variable of Item and not from variable set.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023