Need to configure the columns in list view in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024 02:13 AM - edited 02-10-2024 02:13 AM
Hi Developers,
In Audit workspace, I want to keep same list layout (columns) when i am redirected to list of records when I click on the reports that are present on the dashboard like engagement as shown in below image.
After clicking on the numbers that are there in engagement above, i am redirected to below list view. So i need to set the default columns for the users. So where do i need to configure it.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024 07:38 AM
Hi @Snehal Madakatt , navigate to sys_ux_list.LIST and search for the list you want. Open the record and you can configure the column layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:59 AM
Hi @Simanta , I have configured the above steps for my scan findings table [scan_finding] and but the provided columns is not reflecting in the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2024 03:59 AM
Your first screenshot shows the configuration for the UI List view [sys_ui_list]. Confirm this by loading the list for the SR records you are working with in Workspace.
It seems you are trying to validate this on the workspace form view, this will be a different configuration on [sys_ui_section].
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 09:04 AM
hello, to configure the columns in wokspace as I wanted I used this:
- To do this we must add the table we want to show in the tab we want, to do this we go to the Tab configurations table sn_grc_workspace_tab_config_list, each of these tabs contains a related list called “Applicable tables”, where we can define the table that will be shown, the filter, and the fields that will be shown from that table in our configuration workspace.
- I've done the necessary tests and a change in one workspace tab doesn't affect the other
I hope it helps