glide.ui.related_list_timing
Attributes
- Sys ID: nan
- Type: string
- Application: Global
- Default value: nan

AI generated property description:
The ServiceNow property glide.ui.related_list_timing controls when related lists on a form are loaded and displayed to the user. By default, its value is set to after, meaning related lists are rendered after the main form loads, which improves perceived performance by allowing the form to appear quickly while lists load asynchronously. Changing the value to before forces related lists to load along with the form, ensuring that all lists are available immediately but potentially delaying the initial form load time. Administrators typically configure this property to balance user experience and system performance, especially in environments with complex forms containing many related lists. In practice, using the default asynchronous behavior is recommended for better responsiveness, but setting it to synchronous may be useful when business processes require related list data to be visible immediately upon form load.
Source