Project Task - Additional Assignee list

Tracy Hardman
Tera Contributor

On a project task - if the assignment group is specified the additional assignee list is limited to the members of the assignment group.  If I remove the assignment group, I can add any user with the it_project_user role (i found the reference qualifier that limits this); however, I can't find what is limiting it to the assignment group.  I'm fine with the Assigned to being limited to the assignment group but would like to be able to add other users in the additional assignee list.  Can anyone help me find what is limiting it?  Thanks.

5 REPLIES 5

Chris Petrone
Tera Expert

Did you ever figure this out? I too have the same question.

No, haven't been able to find it yet.

David Stutter
Tera Guru

Have a look into the following information on the Dictionary Entry "Additional assignee list":

  • Dependent field with Assignment Group
  • Dictionary Entry Override
    • Override reference qualifier = true

 

For me, it's an override with Reference qualifier, where the code looks for the assignment group:

javascript:var util = new ProjectManagementUtils(); util.assignedToRefQual(current, SNC.PPMConfig.getProjectRole('user',current.getTableName()),true);

Daryll Conway
Giga Guru

Have you checked the dictionary overrides within the dictionary for that field. Mine had override qualifiers for Project, Project Task and Demands and Demand Tasks