glide.ui.ref_ac.startswith property significance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 05:12 AM
Hi All,
I wanted to know the significance of this property on servicenow instance " glide.ui.ref_ac.startswith" . What if I will make it false from true and I will create a record in user perefernce table for specific table to search with conatins . How it will affect all other refernce fields . Can somebody please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 08:15 AM
Lets take caller as example and consider below records as user.
1. Fname Test
2. Test Lname
If glide.ui.ref_ac.startswith is false AND sys_user.autocomplete.contains is True
User will get these two record in search result while entering key word "test".
Otherwise it will show only 2nd record (ie which starts with test). And this applicable for all reference column