- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 10:39 AM
I have a catalog item that I have modified the list layout in the classic ui to display several fields for each table entry when the magnifying glass is selected for a reference type variable. I would like these to be displayed when the making a selection for the same variable on the Service Portal. Is this possible in the Service Portal?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2019 10:52 AM
I opened a ticket with hi and they supplied this link to the community site that corrected the issue.
I modified the Attributes field of the Catalog item variable as follows:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=column_name;column_name;column_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 10:48 AM
Do you have the field on the service portal set up as a catalog variable? If so you can use variable attributes to add columns and set other things. Specifically the 'ref_ac_columns' attribute to specify columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:03 AM
The field is a catalog variable in the Service Portal. I tried using "ref_ac_columns=" specifying the 4 columns I would like to see when selecting the drop down for the reference variable but only see the column label for the one set to Display is true when using the portal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 11:09 AM
Hi,
When searching...you'll see the 4 columns, but once you select the option, then it shows the display field for that table.
Can you please screenshot what you're talking about if different.
This would be an example of what you should have in the attributes field on that variable:
ref_ac_columns_search=true,ref_ac_order_by=name,ref_ac_display_value=false,ref_ac_columns=name;title,ref_auto_completer=AJAXTableCompleter,edge_encryption_enabled=true
So for the above example, name and title is used...2 columns while searching.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2019 12:57 PM
Hi,
Glad you found the answer. For the record, that's what my post above does. No HI ticket needed.
Thank you.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!