Configure list layout in CSM Configurable Workspace

martaparrillamo
Tera Expert

Hi all,

I need to know how to modify the list layout displayed in CSM Configurable Workspace (no Agent Workspace) when user drill-down in one of the reports shown in landing page:

find_real_file.png

find_real_file.png

This layout does not match with layout configured in any of the views in backend (not even CSM Workspace view):

find_real_file.png

Thanks and Regards.

1 ACCEPTED SOLUTION

martaparrillamo
Tera Expert

Hello All,

 

I have received the solution from Hi Support.

To modify the list layout displayed from drill-down report, you need to configure the list of "default view" for the sn_customerservice_case table.

1 - Go to "List" table and search for table=sn_customerservice_case AND view=Default view.

2 - Open record and configure the fields you want to display in "List Elements" related list.

 

Regards.

View solution in original post

10 REPLIES 10

Carol Rintamaa
ServiceNow Employee
ServiceNow Employee

In the navigator go to sys_ux_list_menu_config.list

These are your list configurations.  Once you create a new one, copy the sys_id of the list configuration.  

Navigate to experiences.  

Select csm/fsm configurable workspace

scroll down to the UX page properties.   Look for ListConfigID. Drill in and replace the value with the list configuration sys_id you created above.

find_real_file.png

Hi Carol,

 

Thank you for your response. 

I've configured the listConfigId according to your suggestion but list layout doesn't change.

Defined list:

find_real_file.png

List displayed in Workspace from reports drill down:

find_real_file.png

Any other suggestion?

 

Thanks and Regards

Carol Rintamaa
ServiceNow Employee
ServiceNow Employee

Ah, it appears that is using a different page in UI builder. This is the simple list.  I would try going to ui builder, selecting the CSM Configurable workspace. In left hand of panel, change drop down to simple list.  You will need to create a variant/duplicate.  Just copy content not reference. You will need to either add a condition or audience to the page settings for this one to show (i think).  My best guess is that you use the sys_id of a list view you created before found at sys_ux_list.list and set in the list id of the parameters.

 

 

find_real_file.png

 

Let me know if this works.

Thanks for your response. I'll try your solution and give you a feedback as soon as possible.

I have a doubt regarding this solution since the "simple list" is a default page used to display lists from different tables. 
If I put an id of a list of a specific table .in List ID field.. what will happen when that page is opened for lists of other tables?

Thanks and Regards.