- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 10:16 PM
I have created a custom field u_imputation_group in the pm_project table. I want to show this field in the form of all project tasks associated but I cannot find it. However, if I want to show it in the table view I can find it. The problem is that when I extend all fields related with top project in the form layout of the table, a greater number of related fields appear. The path I followed in the table is "Top project>u_imputation_group". Anybody knows how I could do it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 02:27 AM
The reason you cannot see it in the form layout is that the reference field "Top Project" and "Project" [sub_tree_root] are referencing table planned_task, not pm_project. Hence you have the ability to add fields that are included in planned_task schema.
You could have the custom field on planned_task level, then you can add the field to your project task forms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 07:43 AM
so field is on pm_project table and you want to show it on project task table?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 09:55 PM
Yes, well, in the project task form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 02:27 AM
The reason you cannot see it in the form layout is that the reference field "Top Project" and "Project" [sub_tree_root] are referencing table planned_task, not pm_project. Hence you have the ability to add fields that are included in planned_task schema.
You could have the custom field on planned_task level, then you can add the field to your project task forms.