How to sort workspace menu list in home page.

Rajat21
Tera Guru

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 ?

 

Rajat21_0-1691673607756.png

 

 

2 ACCEPTED SOLUTIONS

Maik Skoddow
Tera Patron
Tera Patron

Hi

create a query business rule as follows:

 

screenshot.png

Maik 

View solution in original post

@Maik Skoddow  It worked after clearing the local storage.

 

Rajat21_0-1691739911607.png

 

View solution in original post

9 REPLIES 9

Hi

okay, did you logout and login again. By any reason information in the header bar is cached anyhow.

Maik

@Maik Skoddow  It worked after clearing the local storage.

 

Rajat21_0-1691739911607.png

 

How do you get to the screen to clear the local storage. I am a novice. Thank you.

Bimalini
Tera Contributor

Use before query 

 

Kris Sauquillo
ServiceNow Employee
ServiceNow Employee

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.