- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 06:23 AM - edited 08-10-2023 06:23 AM
Hello There!
I'm trying to sort the Home page - workspaces menu list ( a - z ) order. Since sys_ux_registry_m2m_category table doesn't have order option to set, can anyone help me to navigate to make this changes ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 09:16 PM - edited 08-10-2023 09:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:20 AM - edited 08-11-2023 12:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 11:07 PM
Hi
okay, did you logout and login again. By any reason information in the header bar is cached anyhow.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:20 AM - edited 08-11-2023 12:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 01:53 PM
How do you get to the screen to clear the local storage. I am a novice. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 12:01 AM
Use before query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 04:23 PM
1) Set the "glide.ui.next_experience.workspace_sorting" system property to "order"; it defaults to "alphabetical" if not set.
2) Navigate to the "sys_ux_registry_m2m_category" table. and set the "order" value for each record. Note that an empty value equals 0.
We're working to get this documented but this functionality was available as of the Vancouver release.