In class field show only backend name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello Team,
On change_request in class field lookup it show only backend name my issue is i want dislapy there only display name, the ref is CMDB class info.
plz suggest solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@Vaibhav Ramteke Check the Reference Qualifier and Attributes. Add a reference autocomplete attribute to display labels,
for example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
on class field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@Vaibhav Ramteke Open the class field dictionary record on change_request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Option 1 : Refer:https://www.servicenow.com/community/developer-forum/reference-specification/m-p/3018395
Option3:
- Type sys_db_object.LIST into the application navigator to see all table records. Find the CMDB Class Info (cmdb_class_info) table.
- Scroll down to the Columns related list
- Look for the field that holds the clean label/display name (such as Label or a custom friendly name column)
- Change the Display Property:
- Open that column's dictionary record.
- Check the Display checkbox (display=true).
- Save the record.
- Ensure that the backend Name or Class field has its Display checkbox unchecked, as ServiceNow only allows one display field per table
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti