
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2024 02:35 AM
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:
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2024 08:31 AM
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:
Thankyou,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2024 08:31 AM
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:
Thankyou,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 09:52 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 10:10 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2024 01:34 AM
Thank you @Ramesh_Naidu that was very useful!