How to display user specific column values in list collector?

sri26
Giga Contributor

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

18 REPLIES 18

suvro
Mega Sage
Mega Sage

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

sri26
Giga Contributor

Hi Survo,

Currently i'm getting the value like below:

find_real_file.png

So here its showing two columns.

But i need only one highlighted.

Please help

Thanks,

Sri

Chetan Mahajan
Kilo Sage
Kilo Sage

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)

Hi Chetan,

Currently i'm getting the value like below:

find_real_file.png

So here its showing two columns.

But i need only one highlighted.

Please help

Thanks,

Sri