We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Flexible change the display name value of a reference field

sieusaopolo15
Giga Sage

I have an reference field "A" on my custom table which is used on both tables: incident and user

=> What I want is to show different display name when users access to table incident and user like it will be showing display reference value = "Hello" in table Incident and showing display reference value = "Good bye" in table User. Is this logic even possible to do ?

1 REPLY 1

Mark Manders
Giga Patron

No. A table can only have 1 display value. You could update your custom table with a display name that is a combination of both, showing "Hello, Good bye".


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark