Unable to Access/See Lists on Workspace<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ProblemUsers are unable to see the lists on the workspace Steps to Reproduce 1. Connect to the instance2. Go to Lists3. Not lists are displayed Root CauseThe root cause of the issue is that users without the 'canvas_user' or 'snc_external' roles are not able to see the lists on the workspaces. This is due to an internal story related to Enhanced-Security-model-Adaption for tables sys_ux_applicability_m2m_list, sys_ux_list_menu_config, sys_ux_list, sys_ux_my_list, which requires explicit roles for users to work on those entries.Steps to Resolve1. Ensure that users who need to access the objects have the required roles described, which include 'canvas_user' or 'snc_external' for sys_ux_list and sys_ux_my_list, and 'ui_builder_admin' or 'delegated_developer' for sys_ux_applicability_m2m_list.