- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2021 12:58 PM
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:
This layout does not match with layout configured in any of the views in backend (not even CSM Workspace view):
Thanks and Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2021 01:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2021 01:13 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2021 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2021 04:40 AM
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.
Let me know if this works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2021 05:03 AM
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.