Database view to identify users who is actively utilizing ITIL license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 12:12 AM
I need to do database join on syslog_transaction, sys_user & sys_user_has_role tables to find out the users who are actively using ITIL licenses in servicenow.
This is my join and I'm strugging to do it. Can anyone help here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 03:38 AM
Hi @Vikram3 ,
why not just utilize the sys_user_has_lincense table and look at last login from a user perspective. By doing this, you will get the users not logging into ServiceNow which are consuming license.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 04:53 AM - edited 03-08-2025 04:57 AM
Hi @AndersBGS Unfortunately the table is empty.