- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 07:25 AM
On the Incident form, when I start to type in the name of a Caller, the system brings up a list of users showing the name and email. Where is this list of fields (name + email) configured?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 09:18 AM
Here is the answer:
- I needed to configure 3 attributes
- ref_auto_completer=AJAXTableCompleter
- ref_ac_columns=<semicolon separated list of field names>
- ref_ac_columns_search=true
- There was a Dictionary Override in place that was blocking my attributes. Instead of adding the attributes to the Dictionary record, I had to add them to the Dictionary Override record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 08:20 AM
The ref_ac_columns attribute allows me to change what columns are shown for the caller_id field, but it does not work for other fields on the form. For example, if I set the ref_ac_columns attribute for assigned_to or for business_service, it has no effect.
Is there another missing piece?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 09:06 AM
Try to do remove cookies , logout , login and check again how it goes - let me know if it's not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 09:18 AM
Here is the answer:
- I needed to configure 3 attributes
- ref_auto_completer=AJAXTableCompleter
- ref_ac_columns=<semicolon separated list of field names>
- ref_ac_columns_search=true
- There was a Dictionary Override in place that was blocking my attributes. Instead of adding the attributes to the Dictionary record, I had to add them to the Dictionary Override record.