- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018 12:02 PM
We have a few customized fields on the pm_project table that we need to show on a list view of project tasks. For some reason, I cannot figure out how to dot walk to the pm_project table. The fields for top_project, parent, and so on are only showing fields on the planned_task table. All of the fields that are unique to pm_project do not show when dot walking. An OOB example of this would be trying to show the Project Manager field on a list of project tasks.
Does anyone know how to get project fields on the project task list? If not, is it possible that I could set up a database view to get to the fields?
Solved! Go to Solution.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018 12:18 PM
I wish we were using Project more so I could verify this is working, but give this a shot as it's all I could find.
Top project -> Parent -> (get into the bottom Red Fields to see your custom fields that are on Project)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2018 12:33 PM
Thank you Shane! We did not have the property enabled to show extended fields, so I was not seeing this before. Now that we enabled this, we are able to get to what we need.