- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:50 PM
I have used this link to implement auto complete functionality
Define auto-complete attributes for all references to a table
Its working fine in the native UI but in the service portal its not working.. Any help?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:54 PM
The autocomplete function works.
Here is what i use for "Open in behalf of" variable which references the sys_user table
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email,ref_ac_columns_search=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 01:54 PM
The autocomplete function works.
Here is what i use for "Open in behalf of" variable which references the sys_user table
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email,ref_ac_columns_search=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 02:00 PM
I have just copy pasted what u had in this thread.. it works in native UI but not in service portal. one difference i wanted to call it out, In my personal instance, i m not able to remove this update_synch=true, so i have included it in addition to what u have posted.
Here is my instance
User : Admin and i hope u will have access.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 02:03 PM
I don't have access to your Developer instance, sorry. Screenshot of your configuration may help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2018 02:12 PM