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:23 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 10:28 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 10:56 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 11:04 PM
Then how can i print multiple values here?
Please suggest!
Thanks,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 11:10 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader