How to apply Case list view in CSM configurable workspace based on Role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 02:44 AM - edited 07-10-2025 02:45 AM
Hello Developers ,
I have created a view" ITSM customer" and I have created List layout with few fields now I want to see this ITSM customer list view in CSM configurable workspace for sn_customerservice_case Table lists when i'm logged in with "sn_customerservice.itsm_agent role"
I have created workspace view rule But it's not working below is the screenshot of view rule
please help me I think something is missing But not getting any idea. or will this work for list view or is there any other way ?
ITSM customer view:
workspace view rule:
List view which I'm expecting to show in CSM configurable workspace:
Current List view from CSM configurable workspace:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 06:01 AM
The link is related to case form view and I have requirement related to case list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 03:21 AM
@tabrez ahmed Configuration list view in configurable workspace is different than the native platform configuration. Follow below steps
1) Go to "sys_ux_list_menu_config" table by putting "sys_ux_list_menu_config.LIST" in filter navigator. Here you will get all workspace records. You need to open "CSM " workspace. In my PDI, I am opening "Default SOW" workspace
Under UX List catagories related list, you will see all the list which you see on CSM configurable workspace
2) Open any of the list category and you will see actual List name in "UX List" related list
3) Open any of the UX list and configure columns & filter condition
4) To make List view visible based on role, you need to create audience record in "sys_ux_applicability" table and then map this applicability record with the UX list in "sys_ux_applicability_m2m" table.''
In the audience record, you need to mention roles.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 04:55 AM
@SANDEEP28 I jus have one condition The list view needs to be shown based on role for example user with itsm.customer.agent role clicks on case table lists in CSM configurable workspace should be able to see the list view "ITSM_customer"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 05:04 AM - edited 07-10-2025 05:05 AM
@tabrez ahmed Looks like you haven't gone through my solution. In point number 4, I have mentioned you can control the list view visibility based on role by creating audience (where you can mention role) and linking it with List in "sys_ux_applicability_m2m" table.'
To make List view visible based on role, you need to create audience record in "sys_ux_applicability" table and then map this applicability record with the UX list in "sys_ux_applicability_m2m" table.''
In the audience record, you need to mention roles.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!