how to add variable attributes in reference qualifiers if table is hr profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 03:08 AM
Hi all,
When user search the name in reference field have table hr profile - show Department next to the Name - the check should show details about - Name/Email/Department.
how to achieve this
thanks
- Labels:
-
HR Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 03:38 AM
Hi abcd,
Use this - ref_ac_columns=email,department;
Regards,
Deepankar Mathur

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 07:22 AM
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email;department,ref_ac_columns_search=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 02:35 AM
The table is different thatswhy I used the following
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user.email;user.department,ref_ac_columns_search=true