- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 07:36 PM
Is there any way to hide the Checklist and Notes section from the Details tab in Configurable Workspace using UI Builder?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 06:55 AM
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.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 10:37 PM
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.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 12:20 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 06:55 AM
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.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2023 07:57 PM
Thanks @JagjeetSingh