Project Workspace Question

Damian Martinez
Mega Sage

Hello Community,

in project workspace planning page, when you click on a record, a new preview window pops up on the side where you can action the record, see screenshot:

DamianMartinez_0-1725010301533.png

Do you know how this works? I am having a hard time to understand the architecture of this workspace.

Is that window on the right a page?Becase I cannot find it in UI builder.

Also, when you change a field in that window, and click update button, which script is responsable for saving changes?

I cannot find it either, I opened the planning page in ui builder and checked all the scripts but not luck.

If I want to add another tab to that window to the right of attachment, how can I acomplish that?

Thanks!

1 ACCEPTED SOLUTION

Ramesh_Naidu
Mega Guru

Hi @Damian Martinez,

 

The component you are looking for is configured in an viewport as a sub page. Here is the link to it "https://<your instance>/now/builder/ui/edit/experience/8f7db3b507223010188ca2324dd300be/925f6aca773b7010188c3b806b5a991b/8a5f6aca773b7010188c3b806b5a9915/params/is-headless-viewport/true/parent-screen-id/995b5f0a07623010188ca2324dd30074/parent-element-id/viewport_2".

Also the update button uses "Validate and Update Project" client script. You can add more tabs after the attachment also.

 

Attaching the screenshots:

Ramesh_Naidu_0-1725204612341.png

 

Ramesh_Naidu_2-1725204691228.png

 

Thankyou,

Ramesh

View solution in original post

4 REPLIES 4

Ramesh_Naidu
Mega Guru

Hi @Damian Martinez,

 

The component you are looking for is configured in an viewport as a sub page. Here is the link to it "https://<your instance>/now/builder/ui/edit/experience/8f7db3b507223010188ca2324dd300be/925f6aca773b7010188c3b806b5a991b/8a5f6aca773b7010188c3b806b5a9915/params/is-headless-viewport/true/parent-screen-id/995b5f0a07623010188ca2324dd30074/parent-element-id/viewport_2".

Also the update button uses "Validate and Update Project" client script. You can add more tabs after the attachment also.

 

Attaching the screenshots:

Ramesh_Naidu_0-1725204612341.png

 

Ramesh_Naidu_2-1725204691228.png

 

Thankyou,

Ramesh

@Ramesh_Naidu thanks for the above; out of curiosity, to what degree can we amend these pages? I need to tweak some behaviours on the RIDAC page (hide some choices from State, disable editing on a specific custom column). Thank you

Hi @Paula O ,
If you are editing anything on the pages, it would be considered as customizations and futures updates from the ServiceNow to those pages may not be applied automatically. But if those functionalities can be achieved by client scripts, UI policies and ACLs they can be done. Thankyou

Damian Martinez
Mega Sage

Thank you @Ramesh_Naidu that was very useful!