We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Workspace Sections in the form not visible even if the view is configured

ak_23
Tera Contributor

I have a custom workspace where i have a stories tile which shows me my assigned stories, but in that when i click on it, it opens a list of record and when I click on a record it opens the form.

The workspace stories form is on default view and when i check the default view of my form at backend I can see some sections which are not visible in my workspace form in default view.
It is fetching the records based on log-in user's stories assigned to them and hence using data resources and other parameters for configuration.
How can i configure the sections of the stories.

Screenshot 2025-01-29 at 2.14.05 PM.png

This is the workspace form where i can only see the stories section in the form it is in default view 

whereas at backend I can see Technical Info, Agile etc as my sections along with story section

Screenshot 2025-01-29 at 2.13.37 PM.png

 

This is the form view:
These are the rest of the sections which are not visible 

Screenshot 2025-01-29 at 2.26.57 PM.png
 

2 REPLIES 2

andrewbettc
Kilo Sage

Did you ever find the answer to this? I added sections and fields to pm_portfolio, pm_program and pm_project and everything appears in workspace find for portfolio and project but not program. The section just isn't on that form.

I added them all the same way in the same view.

andrewbettc
Kilo Sage

I opened the record page of my workspace in UI Builder and then added a program as the test parameter. After navigating to the "form" component of the page, I saw a button called "edit form" appear in the middle panel. This opened the form builder AND, it opened it with a weird view indicating that this is the view the workspace uses for rendering program records.

I updated that view and......fixed it.

No idea why the workspace uses default for portfolio and project but some weird variation for programs. There are no view rules in place.

I guess there is a good reason. 😋😋