Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Can you dot walk to fields on pm_project table from pm_project_task list view?

nickjohnson
Kilo Contributor

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?

1 ACCEPTED SOLUTION

Shane J
Tera Guru

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)

 

find_real_file.png

View solution in original post

2 REPLIES 2

Shane J
Tera Guru

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)

 

find_real_file.png

nickjohnson
Kilo Contributor

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.