Expand list navigation in the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 07:05 AM
Hi everyone,
I've added a list navigation in the UI Builder.
I've been looking for a way to expand the list menu by default for a long time. Unfortunately, I haven't found a solution. Is this possible, and can anyone help me?
As an example, the list menu in the CSM workspace:
My idea is that the menu is expanded when the list is called up, e.g.
Does anyone have an idea or a solution for this?
Best regards
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 09:57 PM
Hi Sandeep,
thanks for your answer.
Best regards
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2025 08:55 AM
Hi @Olli_2109,
To expand the list menu by default, follow these steps:
Open the sys_ux_list_menu_config table.
Open the record for the CSM workspace (or the workspace you are configuring).
In the UX List Categories related list, copy the sys_id of the list categories you want to expand by default.
Navigate to User Administration > User Preferences.
Search for/create the "ux.expandedListMenuItems" user preference.
Set the following values:
Name: ux.expandedListMenuItems
Value: [.........,[sys_id_of_list_category_1], [sys_id_of_list_category_2]] (add the sys_ids you copied earlier)
System: True (ensure the checkbox is checked)
Type: String
User: Leave empty.
Save the record.
Once saved, the workspace LIST menu items will open in an expanded state by default.
If my response helped, please mark it as the accepted solution so others can benefit as well.
