SOW: How to set default "Records per Page" from 10 to 100

Community Alums
Not applicable

Hello, how I can set the default value of the "Records per page" from 10 to 100 in the Service Operation Workspace and/or in Workspace general?

marekfrentz_0-1739192373885.png

Best regards

2 ACCEPTED SOLUTIONS

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

This value is fetched form a user preference.

You can set a user preference like below 

AnuragTripathi_0-1739196332922.png

 

 

PS, this will only apply to users who have not changed it.

Also , make sure there is no user user preference in the system with same name and user = empty.

 

 

-Anurag

View solution in original post

Community Alums
Not applicable

For me the Upgrade to Yokohama Release fixed all problems/bugs 🙂

View solution in original post

12 REPLIES 12

Paul Curwen
Giga Sage

I believe it obeys the System Property: glide.ui.per_page set that to whatever you want as the default e.g. 100

 

Users may also have this set on an individual user preference: 

 

1. Open sys_user_preference table

2. Filter name = rowcount

3. Amend/Create a entry with blank user and set System to true (checked) 

4. Optionally reset each users preference value where name = rowcount (not good practice - let users choose)

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

Community Alums
Not applicable

The System Property glide.ui.per_page is not for workspace ui lists, just for the normal tables and also there you can just adjust the numbers but not set one specific number to default.

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

This value is fetched form a user preference.

You can set a user preference like below 

AnuragTripathi_0-1739196332922.png

 

 

PS, this will only apply to users who have not changed it.

Also , make sure there is no user user preference in the system with same name and user = empty.

 

 

-Anurag

Community Alums
Not applicable

Hi,

I looked that up and also that doesnt seem to apply for the Workspace ux lists and only for the normal table views. I have a user preference called "rowcount" with the number of 100 but still in Workspace the Default "Records per Page" is loading with just 10.

I tried the same on SOW and it works, 

How are you testing? Make sure the user you are testing this on, has not already changed the rowcount. You can check this by checking user preference table for the name rowcount and user will be the user you are testing with. 

-Anurag