Database views is not showing records but showing the count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 06:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 07:18 PM
Hi,
sys_group_has_skill 100 grpskill
sys_user_grmember 300 grpmem grpmem_group=grpskill_group
sys_user_has_skill 400 userskill userskill_user=grpmem_user && userskill_skill
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 08:54 PM
When i use above query i will be getting all groups,skills and users.But i need a user who is part of parent of group and skill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 09:23 PM
I don't think dot walking to parent would work
you might have to include one more table to database view i.e. sys_user_group so that you can use parent field
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2022 09:37 PM
i have tried using sys_user_group table but no luck