- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:20 AM
Hello everyone,
My requirements are, need to hide the First name, Last name and also need to display the Contact field in the Reference (sys_user). Requirement 2 is, when I search the particular user eg: Abraham Lincoln, if I search with coln (Abraham Lincoln) should need to display. Please go through with bellow attached screen short. Please let me know If you had any idea. Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 09:26 AM - edited 10-27-2023 09:28 AM
Enable contains auto-complete searches
By default, the reference auto-complete uses a starts with search. A user preference can be created to implement a contains search.
Before you begin
Role required: admin
Procedure
- Disable the glide.ui.ref_ac.startswith system property.
Note: Setting the glide.ui.ref_ac.startswith system property to true overrides any existing "autocomplete.contains" settings in both user and system level preferences. This property changes the auto-complete query method for all users regardless of preferences. - Navigate to User Administration > User Preferences.
- Select the preference "'<referenced table>.autocomplete.contains"'.
- Set the value field to true.
- Autocomplete user preference set to true
- Click Update.
What to do next
Log out and log back in to display the updated search.
Best regards
Suyog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:46 AM
@Suyog Aptikar Thank you for replying to my question. But we do not need to do like that. Please share any other idea. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:54 AM
@praveen1231 interesting, why you are not willing to use OOTB way of search and want to customize it?
Best regards
Suyog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 04:43 AM
@Suyog Aptikar Thats my client requirement. I can Explain once again. e.g. If I try to search col only COLeman Cuneo is visible, instead of that I need to visible all the user contains col (Cathryn NiCOLaus, COLeman Cuneo, Abraham LinCOLn, Dwain AgriCOLa and etc..). Please let me know If you had any idea. Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 09:26 AM - edited 10-27-2023 09:28 AM
Enable contains auto-complete searches
By default, the reference auto-complete uses a starts with search. A user preference can be created to implement a contains search.
Before you begin
Role required: admin
Procedure
- Disable the glide.ui.ref_ac.startswith system property.
Note: Setting the glide.ui.ref_ac.startswith system property to true overrides any existing "autocomplete.contains" settings in both user and system level preferences. This property changes the auto-complete query method for all users regardless of preferences. - Navigate to User Administration > User Preferences.
- Select the preference "'<referenced table>.autocomplete.contains"'.
- Set the value field to true.
- Autocomplete user preference set to true
- Click Update.
What to do next
Log out and log back in to display the updated search.
Best regards
Suyog