Display 'Name' instead of ''Number'' in Reference field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 12:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 01:05 PM
I can't find anything that even implies this is possible, so I think your best bet may be to look at Field Messages (show the value you want underneath the actual).
https://docs.servicenow.com/bundle/kingston-application-development/page/script/useful-scripts/reference/r_DisplayFieldMessages.html

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 01:21 PM
Unfortunately, That's not possible to have different display set for a table on different form. One table can have one display value set and that field will be visible every where you referenced to that table.
You can try below in field attribute (in field dictionary) to populate multiple values when search in lookup field but the display will always be the value is set for display true.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name,ref_ac_order_by=department
More Info