- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019 07:45 AM
Hi All,
How do you usually differentiate users in a select box like below? Users are having trouble selecting the correct name
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2019 07:42 AM
Hi All,
I tried this and it worked
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_order_by=name
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019 07:49 AM
Hi Kenneth
Go to the dictionary entry by right clicking the field name label an add to the attribute field
ref_ac_columns=email
This will add an extra column to the lookup with the email address
Replace email with any other column on the user table like location or company etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019 11:39 AM
Check this out:
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019 11:52 AM
Hi Kenneth,
If its on portal I guess this would be a variable & if so you need to pas below attribute by looking for Default Value tab in the Variable & pass attribute ref_ac_column=user_name;email in the Variable attribute.
If its on backend form then you need to Right click the field, configure dictionary & then click on Advance related link. You will find Attribute field & pass the attribute ref_ac_column=user_name;email.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2019 07:13 AM
Hello,
I've tried it in the variable attribute and it works in ITIL view but not in Service Portal. Any suggestions? Thanks!