- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 06:43 AM
Hi,
The Lookup list option is not available on the employee center, however it is working on the Record Producer 'Try It' option. Can somebody please help me to fix this.
First screenshot shows the possibility via the Try It option on the record producer.
Second screenshot shows how it is not possible in employee center
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 10:49 AM
Unfortunately, the portal works a little bit differently. You won't be able to get the pop-up
The best you can do is add an attribute to that variable so it also displays the description in the drop down. Add this to the variable's attribute (replace yourDescriptionFieldNameHere with the column name of your description field)
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=yourDescriptionFieldNameHere;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 06:45 AM
The field looks fine. What happens when you click the drop down? Do you see any options?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 10:37 AM
Hi @Mike_R, thanks for your message. When i press the drop down on the field in the employee center, it shows me all the error code options available to select, which is good, however we want the option to see the look up list because, the error codes have descriptions which makes more sense to an agent, so that they can see the description then select the correct error code. instead of it just being random error codes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 10:49 AM
Unfortunately, the portal works a little bit differently. You won't be able to get the pop-up
The best you can do is add an attribute to that variable so it also displays the description in the drop down. Add this to the variable's attribute (replace yourDescriptionFieldNameHere with the column name of your description field)
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=yourDescriptionFieldNameHere;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 10:59 AM
That makes sense, thanks for your input Mike, I really appreciate the help.
I have tested what you have provided and everything worked successfully. I can now see 2 other values i wanted on the dropdown