Who is included in the Additional Assignee List user popup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 01:05 PM
Does the Additional Assignee List user popup display all users provisioned for ServiceNow or some subset?
ServiceNow knowledge just states that this field allows you to add additional users to a project task, but does not specify what the OOTB user list provides to choose from.
- Labels:
-
Project Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 01:26 PM
This is determined by the reference qualifier for that column on that table. In this case the Project task table there is a dictionary override for that field. Out of the box, this is override for the reference qualifier set to: javascript:var util = new ProjectManagementUtils(); util.assignedToRefQual(current, SNC.PPMConfig.getProjectRole('user',current.getTableName()),true);
This is looking for those users with the appropriate role.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2020 07:11 AM
Kathryn,
Did this give you want you wanted?
-Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2020 01:12 AM
We want this field to be open to all users to remove this constraint and irrespective user is a part of support group or not , all should be visible.
Do you see any challenges or implications of doing so

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2020 07:07 AM
Just keep in mind in order to access the project task table or any project table you will need at a minimum the "it_project_user" role. That will impact the license count and might impact the overall license cost.