Roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 02:04 AM
how specific role users can be available for specific reference field in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 02:12 AM
Hi @lokeshlokesh ,
If u r referring to sys user table from your reference field then it must be difficult to apply filter to show users.
What i can suggest here is for ur reference field u can select sys_user_has_role table where roles & users are displayed . U can then apply filter as to which all roles users u want to display. for eg u want to display users with itil role & snc_internal role u can apply filter of Role is ITIL or Role is snc_internal. This way only those users will be displayed who are having those roles.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 04:53 AM
Hi,
You can modify the dictionary entry for the reference field to include a reference qualifier such that the field will only show the users for selection who have the specified role.
For example:
The above shows the reference qualifier for the Assigned To reference field on a table where the field only shows the users having ITIL role for available for selection.
Thanks,
Manik Modi
If you find this to be helpful, please mark this as the solution. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 12:32 AM
I want to ask something related to this. Can I ask here or start my own thread?