Reference field on a case form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 01:54 AM
Hi,
If suppose there is a asset field in case form and it is a reference field. Table is alm_asset. It has different attributes but the display name of the asset is displayed on the case form. Now I want someother attribute of the asset table to be displayed in the case form. How do I figure this out?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 02:07 AM - edited ‎03-19-2025 02:16 AM
Hi @Nandhinisri ,
You can use only one attribute reference field globally, if you change it will effect everywhere. Refer below snip where Display Name is set as true for alm_asset table.
You can also refer this: Solved: Display User Id instead of User name to a referenc... - ServiceNow Community
If my response helped, please hit the Thumb Icon and accept the solution so that it benefits future readers.
Regards,
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 02:17 AM
not possible.
Whatever field is present as Display=true on alm_asset only that will be seen.
If you want some other field to be seen once asset is selected then make that field as Display=true so that it reflects.
Note: This will be a platform change and impact everywhere this table is referred
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 03:02 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 03:24 AM
Okay understood this part. Lets say I want to modify the display value of the asset in a portal. Any idea on this?