- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021 03:56 AM
Hi,
Please help.
How to show up the column header of a table in a reference variable on Service portal?
Example. I have a reference variable thats referring sys_user table.
When user filling the form on serviceportal, he has to see the column headers like Name, Title, Department
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021 04:04 AM
Hi,
add the variable attributes in that variable
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;title,department,ref_ac_columns_search=true,ref_ac_order_by=name
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021 04:16 AM
Thanks.
Gave the above variable attributes. But, still not seeing the Column Header like Name, Title on Service Portal.
Any guidance??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021 05:10 AM
Hi,
it should be showing.
which field values it is not showing title or department.
the user you are using should have read access to the department table then only it would show
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021 04:56 AM