- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a catalog with a drop down for hardware name and I want the cost to appear next to that. My custom table is the reference table and 'cost' is a field for each record. Name is the main display.
The attributes I added are: re_auto_completer=AJAXTableCompleter;ref_ac_columns=u_cost;ref_ac_columns_search=true
When I fill out the catalog item the dropdown still only shows name.
Any help is appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Kirsten2 ,
you have to use comma (,) instead of semicolon(;) in the variable attributes
try putting this in the variable attributes
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_cost,ref_ac_columns_search=true
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
There is a typo in the variable attributes, it must be 'ref' and comma instead of semicolon
Update the variable, save the record and try again. If it does not work, clear the cache or try from Incognito or InPrivate window of your browser.
Below is reference post,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Kirsten2 ,
you have to use comma (,) instead of semicolon(;) in the variable attributes
try putting this in the variable attributes
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_cost,ref_ac_columns_search=true
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you. I have been trying commas, semi-colons, changing the order and nothing was working. I also realized I had left off the 'f' in 'ref'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
There is a typo in the variable attributes, it must be 'ref' and comma instead of semicolon
Update the variable, save the record and try again. If it does not work, clear the cache or try from Incognito or InPrivate window of your browser.
Below is reference post,
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did you get a chance to review this as I believe the information provided should answer your question
If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan