Need to configure the columns in list view in workspace

Snehal Madakatt
Mega Sage

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.

SnehalMadakatt_0-1707559775149.png

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.

SnehalMadakatt_1-1707559813170.png

Thank you!

13 REPLIES 13

Simanta
Tera Contributor

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. 

Vignesh D2
Tera Contributor

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

VigneshD2_1-1713261511330.png

 

VigneshD2_0-1713261451266.png

 

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].

IsabelyA
Kilo Guru

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