How to display user specific column values in list collector?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 09:54 PM
Hi Team,
I have used list collector on one of my catalog item and referencing 'xyz' table.
From that i need to get only one column value which is merchant id field 'u_merchant_id' .
I tried below variable attribute.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_merchant_id,ref_ac_columns_search=true
but not working as expected.
Please suggest me with the syntax.
Thanks,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 10:11 PM
In dictionary of that field mark display as true. But it will affect everywhere. Wherever xyz table is referenced u_merchant_id will be reflected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 10:16 PM
Hi Survo,
Currently i'm getting the value like below:
So here its showing two columns.
But i need only one highlighted.
Please help
Thanks,
Sri

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 10:12 PM
Hi Sri,
If you're referencing the display value of the record, this can't be changed based on where you're referencing it. A table can only have one display value, which is global.
So if you want to Display merchant ID → you have to make that Display value: true by right-clicking on field → configure dictionary → Display : True (make existing display value false for that table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 10:15 PM