- 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:28 AM - edited 10-27-2023 02:29 AM
In order to hide the "First Name" and "Last Name", please click on vertical three dots on the User ID field shown below.
Click on three dots >> Configure >> List Layout
From here, drag the field "First Name" and "Last Name" on the Left side. In the similar way, bring in the "Contact" field from the left side to the right side.
Please mark the response as correct or helpful if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:43 AM
@Aniket Bhanse Thank you for replying to my question. But my requirement is to change those field in catalog item form before submitting the order. Please let me know If you had any idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:57 AM
Where are you getting this list view of Users in Catalog item? Please specify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 02:41 AM
@praveen1231 for Requirement 2, can you try '*col' and see if this is solving the problem
Best regards
Suyog