Search in Reference variable But Not display fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2019 12:32 AM
Hi Team,
Requirement : Users should be able to search with email or employee number in a reference variable but the fields must not be displayed in the drop down. Only the display value should be displayed in drop down.
Thanks
Manasa
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 11:02 PM
Hi Manasa,
Apologies for overlooking the requirement is for variables.
For variables use variable attributes, you can use this link as reference:
To achieve the above results I put the following Variable attributes:
ref_ac_columns=name;email,ref_ac_columns_search=true,ref_auto_completer=AJAXReferenceCompleter
Please mark as correct if this solves your query! 🙂
Thanks
DR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2019 01:05 AM
The Requirement is user should be able to search via name OR email but display should be only email and not name .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2019 01:06 AM
Let me check with your solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2019 01:28 AM
Name is displayed . Requirement is Not to Display Name but enable search for Name and Email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 11:13 AM
Hi Manasa,
Did you get the required result?