- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 04:17 AM
I have reference "Configuration Item" field on form. We have IP configured in CI table.
When we select CI then on field then It shows IP in reference field. like below
I want to show different field as display value instead of IP.
Configuration Item :
How can I achieve it ? I want to show application name/CI Name instead of name.
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 11:50 AM
@Omkar_Ranjane In order to make the Application or CI Name visible in the Configuration item field you need to configure the display=false on Name field on cmdb_ci table and set Display = true either on Application Name or CI Name field (At any given time only one field can remain true for display).
For more information on display field refer to this documentation https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/field-administ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 11:50 AM
@Omkar_Ranjane In order to make the Application or CI Name visible in the Configuration item field you need to configure the display=false on Name field on cmdb_ci table and set Display = true either on Application Name or CI Name field (At any given time only one field can remain true for display).
For more information on display field refer to this documentation https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/field-administ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 12:07 AM
@Sandeep Rajput Will it also applied on extended table if I change the display value true from base table ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 04:02 AM
Yes, if you have not set the display field on child table then it should ideally be applied on child tables too.