- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 02:27 PM
This works flawlessly in Incident, Request, and Change. However, when i create Project Task for Project, look up for Assigned To field is empty when a Assignment Group is selected. Any thoughts???
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 02:36 PM
There is an out of the box Dictionary Override on Project Task table. If you want to be dependent upon Assignment Group, you need to remove the override:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2016 11:57 AM
Basically that the Users has the role that is the default for Project Tasks, which is it_project_user.
If you have that role, then your name will appear in the assigned to field.
System log shows you the messages from the Script Includes ProjectManagementUtils
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 03:29 PM
I am very positive that it is the dependency which us broken here. Assignment group n assigned to fields are dependent on one another. Make the reference qualifier false.
Also make sure users have appropriate roles. I worked on ppm on Dublin, not sure what all new have been added.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 03:34 PM
Hi Anurag,
Yeah..that was the issue. I set the qualifier to false and it fixed the issue i was having.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 03:40 PM
Cool mate..please mark this post answered and close the loop

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 06:35 PM
There is an OOB reference qualifier to display only users with it_project_user role in the assigned to field. If you select an assignment group, only group members with it_project_user role will be listed.