Reference variable is showing created time instead of record name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2021 10:04 AM
I have variable which is referencing to the group member table and on the platform, it is showing the user name, user email and user id as configured but the same is not working on portal.
When I try to select user, it is showing the created time instead of their name and email id's.
Unable to set the display column as user field on group member table.
Any thoughts?
- Labels:
-
Service Catalog
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2021 10:12 AM
Hi there,
Have you checked what the display value is, for the table of the record you are referencing? What you are describing, is most lickely due to the display value not set.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2021 10:50 AM
Set the variable attribute to what fields you need to be displayed o portal
Below is the reference
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email_id,ref_ac_columns_search=true
Also check what field the display name checkbox on backend is setup to on the group member table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2021 11:52 AM
No field is set as display true on the group member table. I tried the above variable attribute but its not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2021 12:09 PM