- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 11:43 PM
In the top left of a form view where the Module Name is mentioned below that we have attribute of that record (incident number, Name of the record etc). If I need to change the attribute of that record then how we can do that.
For E.g. in an incident record of a form view in top left we have the module name mentioned i.e. Incident and below that we have an incident number. If I want change the INC number to any attribute of that record or if I want to remove the INC number and make it blank then how we can achieve it.
Scenario: In a custom Application we have a table and in the form view I only see the Module Name but below the name of that record it is blank. I want to display the name of that record which is a string field. The record in the table is does not have number series. Please refer snip
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 03:15 AM - edited 11-15-2023 03:16 AM
Hi @Rohit Singh
the value displayed in the mentioned fields is pulled from the field which has the "Display" checkbox enabled in the table configuration. Basically you can define any field as "Display" but be careful: Not all field types are suitable for that (HTML, Attachment etc.) and changing the "Display" option for an existing table may have negative consequences as also all link texts in reference fields are changed to the new "Display" value.
See https://docs.servicenow.com/csh?topicname=c_DisplayValues.html&version=latest for more information
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 04:08 AM
Please ignore my comment. I see it's working as expected thank you for you response. I will accept your solution.