Need the use contains in variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 02:54 AM
Hi,
I have field in variable, if we type with any key it should display all the values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 04:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 08:26 AM
I have field catalog form variable, it is a reference field when user type in character it should search any part of the field return the result not just beginning of it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 08:42 AM
Hi @ChinnaG
- Navigate to User Administration > User Preferences.
- Create a new user preference with the name <referenced table>.autocomplete.contains (e.g., incident.autocomplete.contains).
- Set the value to true.
- Ensure the "System" checkbox is checked.
- Log out and back in for the user preference to take effect.
replace incident with your table Name
there are other ways too like
setting the property glide.ui.ref_ac.startswith to false but this takes the effect in across the platform
and may cause performance issue consider how big your instance is
refer below for additional info
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2025 10:27 AM
This is not for table, it is in catalog form variables