- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello all,
I have a cat item where users select a value in a reference field ('Access required', below). I've noticed that in the service portal, only the display value of the records they can select are displayed. In the 'native' UI, other columns can easily be added to the list view. I have a requirement where some additional info needs to be displayed while they're making their selection - essentially a short description of what each option actually means.
Ideally I'd like it to work much as it does in the native UI, so that the additional info is displayed alongside the name of each selectable item. Another option would be hover text. If it can't be done during selection (i.e. before they've actually made the selection) then I'd like them to be able to view the additional info after they've made the selection, perhaps again as hover text. If hover text isn't possible, the preview (clicking the 'i') should just display the name of the item plus the field with the additional info. I've created a sys_popup view for the form with just those two fields, and again this works fine in the native UI but isn't honoured by the preview in the portal. Any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Jamsta1912 ,
Use this in the variable attribute.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=location;email,ref_ac_columns_search=trueOutput:
If my response helped, please mark it as helpful and accept the solution.
Thanks,
Teja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Jamsta1912 ,
Use this in the variable attribute.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=location;email,ref_ac_columns_search=trueOutput:
If my response helped, please mark it as helpful and accept the solution.
Thanks,
Teja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you Teja - I appreciate your help 🙂