- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 11:53 PM
Hi All,
In my instance there is a customised table called Applications and it has got fields as Expert, which is glide list and allows more than one user to attached. Now, we are trying to run a report to find out which Expert's user is no more active in the system and needs to be replaced.
I know that you can't do dot walk to the glide list values.
Therefore, Is there any way I could able to generate the report and get the list of such application with user details? either going from User table or outbox any type of customized solution.
Has anyone came across such issue and if you can guide me through the solution then that would be great?
Quick reply will be much appreciated!!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 12:19 AM - edited 11-09-2022 12:22 AM
Hi @manish123 ,
What you can do here, is to glide through the table and fetch the list value, which essentially will provide you the list of sys_id of the users, now glide the user table and pass on the sys_ids one by one and check if user is inactive or not then accordingly perform the pop operation to remove the users from list of experts.
Look at below links for refernece:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 12:22 AM
Hello,
What I can think of is you can create a script include and use that as a filter.
This is the only thing i can think of right now:-
Something like below:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0832058
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2022 10:44 PM
Hello,
If my answer helped you can you also mark it as correct.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 12:19 AM - edited 11-09-2022 12:22 AM
Hi @manish123 ,
What you can do here, is to glide through the table and fetch the list value, which essentially will provide you the list of sys_id of the users, now glide the user table and pass on the sys_ids one by one and check if user is inactive or not then accordingly perform the pop operation to remove the users from list of experts.
Look at below links for refernece:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 12:22 AM
Hello,
What I can think of is you can create a script include and use that as a filter.
This is the only thing i can think of right now:-
Something like below:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0832058
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2022 10:44 PM
Hello,
If my answer helped you can you also mark it as correct.
Thanks.