How to show the Related lists on demand for all the users ?

Thej1
Tera Expert

Hi 

 

Have a requirement to show the Related lists on demand for all the users in instance.

How can e do this ?

 

Thanks

 

@Community Alums @Dr Atul G- LNG 

1 ACCEPTED SOLUTION
11 REPLIES 11

Hi @Thej1 

 

This is under user preferences and it depend on user to use or not and also I will recommend, dont make any changes, as it is totally user preferences.

 

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG  This is fine as it is a user preference, not a system wide change.

This is just setting the default behavior to work in a particular way, and if the user wants they can change it themselves.

This is better for system performance as it improves the form load time as the related list are not loaded with the form.

-Anurag

Anurag Tripathi
Mega Patron
Mega Patron

Here you go

 

  1. Navigate to User Administration > User Preferences.
  2. Click the button New.
  3. Fill out the form as follows:
    • name = glide.ui.related_list_timing 
    • Check System check box.
    • User= (this field must be left blank)
    • Value (default = with the form, deferred = after form loads, ondemand = On-demand): 
      • deferred 
      • ondemand
      • default
  4. Click the button Submit.
 
The steps above will be applied to all users that do not have its own glide.ui.related_list_timing set to themselves (sys_user_preference records with the User field populated with user name.
 

The changes from this procedure will be applied to all affected users in the next time they login.

-Anurag

HI @Anurag Tripathi ,

 

As of now it is default for all the users. But please let me know how can we make on demand as default for all the users ?

 

Thanks

 

 

Just change that user preference value to 'ondemand' . Make sure user is blank.

Then it applies to all users, unless they change it themselves.

-Anurag