Reference field displaying sys_id Instead of name value
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2018 12:56 PM
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 07:43 AM
This was something I noticed I forgot to add to the form control a few days ago. Even with the updated form control, it doesn't display the value it shows the sys_id.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 07:42 AM
This was something I noticed I forgot to add to the form control a few days ago. Even with the updated form control, it doesn't display the value it shows the sys_id.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 04:52 PM
Late post, but in case someone stumbles here, these are the proper steps:
1. Go to the curent table configuration (right click on context menu / COnfigure / table
2. Find the field in question (that's referencing another table)
3. Go to its referenced table (the referenced table can also be found & directly clicked under the column "Reference" inside the table config)
4. Find the field that bears the label (“Name”, “Title”, “Short Description” etc) and set its Display to TRUE
5. (Don’t forget to) Press “Update”, on the (referenced) table config, otherwise it does NOT WORK.
6. Refresh original list view and the sys_id should be gone and the record's name should display instead.
Please mark this answer as correct, if it helped you.