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

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

column which is marked as Display=true will always show up; you cannot remove that

You can add additional columns if you wish

Please ensure you set correct field as Display=true on table

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi Ankur,

we are referring this table on multiple forms.

So we are having multiple display field.

can we restrict this to specific catalog item?

Or else what's the alternative to display multiple values here in my catalog item?

 

Please help!

 

Thanks,

Sri

Hi,

you cannot have multiple fields as Display=True

If a field is set to display=true it would be for entire instance where this table is being referred

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Then how can i print multiple values here?

Please suggest!

Thanks,

Sri

Hi,

once record is selected it would show only the field which is Display=true

you can only show multiple fields while selecting only

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader