- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 03:59 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 04:17 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 04:20 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 04:08 AM
Here you go
- Navigate to User Administration > User Preferences.
- Click the button New.
- 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
- Click the button Submit.
The changes from this procedure will be applied to all affected users in the next time they login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 04:12 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 04:13 AM - edited 07-08-2024 04:14 AM
Just change that user preference value to 'ondemand' . Make sure user is blank.
Then it applies to all users, unless they change it themselves.