- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 11:24 PM
create data base view of : group users with their roles. can you help me out of this
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 11:55 PM
Hi
You could create a database view to get this info.
- System Definition -> Database Views
- Create a new view with name u_user_group_role and save.
- Now you can add the view tables as follows :
Then on your navigator type : u_user_group_role.list
Finally:
Add the Group, User, Role field to the list and then you can export it as a report
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 11:55 PM
Hi
You could create a database view to get this info.
- System Definition -> Database Views
- Create a new view with name u_user_group_role and save.
- Now you can add the view tables as follows :
Then on your navigator type : u_user_group_role.list
Finally:
Add the Group, User, Role field to the list and then you can export it as a report
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 09:46 PM
Hi Sandeep,
I have tried this but group against role mapping is not correct.
Re: Database view - ServiceNow Community
Please see my issue here. Kindly suggest.