How to add more fields into the new project popup

kartikey
Tera Contributor

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.

kartikey_0-1754473309170.png
thanks.

 

2 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron
Tera Patron

@kartikey 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

Shruti
Mega Sage
Mega Sage

Hi @kartikey ,

Navigate to pm_project.LIST

Open a project record and configure the form layout in New Project view

Shruti_0-1754475912314.png

 

View solution in original post

11 REPLIES 11

@kartikey @Shruti  

Curios to know the below

in my OOTB instance there are only 2 fields in that view but it's weird how the 3rd field Project template is coming in the Popup.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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  

 

Shruti_0-1754480881554.png

 

 

Ankur Bawiskar
Tera Patron
Tera Patron

@kartikey 

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

AnkurBawiskar_0-1754476034230.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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?

@kartikey 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader