Table list view every day common for all in dev instance level

Manohararuna
Tera Contributor

Hi Everyone

 

   I have the performance issues in Low environment like Dev and UAT

   For that purpose we can use less fields in the table list view and and show records 100 only .

   But other users are means who are having the access they are changes the list view and show record count as per their requirement. because of this again latency will be happen.

 

So i want to solution like if any person change the list view fields and show list record count but next day it automatically come back previous state.

for i want to solution and one Schedule to run every day midnight 12 AM and bring back previous state in incident and problem, change, approval and all table in Dev and UAT instances level

Finally i want to decrease the Browser response time on each table .

Examples: Before removing unwanted fields and show fields on table list view on Incident table it takes almost 

Manohararuna_0-1746687102888.png

after removing all unnecessary fields and Show fields on table view it takes half browser time

Manohararuna_1-1746687267411.png

 

 

 

7 REPLIES 7

Sorry to say this. I have create the scheduled job with as o\per you solution , executed scheduled job also. But before executed i have added the extra filed to the table list and show list changed from 50 to 100. As per your solution list view is reset along with show list right?

But it wont happened on incident table and reference table also.

 

Regards,

D Manohar Reddy

Hello @Manohararuna ,

 

I have updated the script in my original response and it will work now for that use case.

 

The problem was that the user preferences are saved as text strings, not as numbers, and the string "100" is actually less than the string "50" so my original script did not capture that particular case.

 

Regards,

Robert

Mark Manders
Mega Patron

The number of records shown is set in the user preferences, so you could update that through your scheduled job. I would consider to limit the number of records to be shown at all through the system properties. We are talking about non-prod, so why would someone even have to see 100 records. Just limit it so no one can see more than 50.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark