glide.ui.max_ref_dropdown
ServiceNow property description:
Maximum number of records allowed for a reference field displayed as a choice list. If more records than this are available, default reference field UI is used.
Attributes
- Sys ID: 06cff0320a0a0b8201736b8bf06a18f5
- Type: integer
- Application: Global
- Default value: 25

AI generated property description:
The ServiceNow property `glide.ui.max_ref_dropdown` determines the maximum number of records that can be displayed in a reference field as a choice list. According to the documentation, if the number of available records exceeds this specified limit, the system will revert to using the default reference field UI instead of a choice list. This property helps manage performance and usability by preventing excessively long dropdown lists, which can be cumbersome for users. By setting an appropriate value for `glide.ui.max_ref_dropdown`, administrators can ensure that reference fields remain efficient and user-friendly. The default value for this property is typically set to 25, but it can be adjusted based on specific requirements.
Source