- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 10:04 PM
I have a reference variable "current approver" in which I have to display the users from the group of the selected department.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 11:05 PM
Hey @Annie Scott ,
You could try adding the "Department" field as a dependent field.
Please mark this response as Correct and Helpful if it assists you. You can mark more than one reply as an accepted solution.
Thanks,
Ashish Parab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 10:41 PM
Hi @Annie Scott ,
you can add reference qualifier "current approver" filed like below.
javascript: 'department=' + current.variables.department;
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 01:44 AM - edited 10-23-2024 01:44 AM
I am not getting correct results. Can you help me with any other solution.
In the screenhot, I ahve the task mentioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 11:05 PM
Hey @Annie Scott ,
You could try adding the "Department" field as a dependent field.
Please mark this response as Correct and Helpful if it assists you. You can mark more than one reply as an accepted solution.
Thanks,
Ashish Parab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 01:45 AM
I am not getting correct results. Can you help me with any other solution.
In the screenhot, I ahve the task mentioned.