UI Builder - Hide checklist and notes section from Details tab in Configurable Workspace.

KushalT
Tera Contributor

Is there any way to hide the Checklist and Notes section from the Details tab in Configurable Workspace using UI Builder?

 

KushalT_0-1673235390452.png

 

1 ACCEPTED SOLUTION

I see. You don't have to change anything in UI builder.

Create a different view on your form. For example- Workspace. Add all the fields and sections you want to see in workspace and then use Workspace View Rules to specify the view you want to use. To do this, navigate to sys_ux_view_rules_configuration.list and in the list select your workspace. In "Workspace View Rules" related records, create a new record for your table and specify the view you created above. That should work.

 

 

Jagjeet Singh
ServiceNow Community Rising Star 2022/2023

View solution in original post

4 REPLIES 4

JagjeetSingh
Kilo Sage
Kilo Sage

It is coming from the form view. You can go to the record and edit the "workspace" view. Remove the sections from there and it'd reflect in workspace.

 

 

Jagjeet Singh
ServiceNow Community Rising Star 2022/2023

KushalT
Tera Contributor

Hello @JagjeetSingh - It is coming from the default view. Therefore, I am trying to open the record in the Workspace view. I have added one required parameter with the name View and I am setting this value using row clicked event->link to destination event mapping. However, it is not working as expected and the record is still getting opened in the same default view.

I see. You don't have to change anything in UI builder.

Create a different view on your form. For example- Workspace. Add all the fields and sections you want to see in workspace and then use Workspace View Rules to specify the view you want to use. To do this, navigate to sys_ux_view_rules_configuration.list and in the list select your workspace. In "Workspace View Rules" related records, create a new record for your table and specify the view you created above. That should work.

 

 

Jagjeet Singh
ServiceNow Community Rising Star 2022/2023

KushalT
Tera Contributor

Thanks @JagjeetSingh