- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 02:42 AM
Hi everyone,
how do i add more fields into the popup that appears after clicking on the new button in the project workspace.
I cannot seem to find this new button on the Project Workspace UI Builder either.
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:19 AM
did you check any project form view has similar fields?
if yes then try adding field in that form view and see if it reflects in modal.
Also did you debug what that UI action is opening when you click?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:25 AM - edited 08-06-2025 03:29 AM
Hi @kartikey ,
Navigate to pm_project.LIST
Open a project record and configure the form layout in New Project view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 04:48 AM - edited 08-06-2025 04:50 AM
Hi @Ankur Bawiskar ,
It is coming from a UI builder sub-page
https://devxxxxx.service-now.com/now/builder/ui/edit/experience/8f7db3b507223010188ca2324dd300be/d2eaf42a77a242107f9578847a5a9911/00acf23854af2110f87789cd8adc30b4/params/is-headless-viewport/true/parent-screen-id/31089c7a507b3010f8779f35ba0d7475/parent-element-id/viewport_1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:32 AM
the modal is rendered using this List Action on pm_project table
You will have to explore how that works and how to add fields
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:34 AM
Hey, yup my bad,it works over the 'New Project View' but could you let me know why is project template a mandatory field , i cannot even see that field in the new Project View, how to make it non mandatory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 03:49 AM
Glad to know that my comment helped you identify which view might be rendering those fields.
mat be some UI policy or client script is running in that view and showing and making that field mandatory.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader