
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 12:16 PM
I am building a new catalog item. I have a reference field pulling from pm_project. I would like to display the Project Number in the field instead of the Project Description when the user selects it from the list.
I would like the Project number to be displayed instead of the Project description.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 12:24 PM
You can the change the display value by setting 'Display' attribute for your desired column to true.
table list view->configure->table-> go to columns
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 12:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019 12:37 PM
Which field is set the display attribute as true in the pm_project table??
https://YourInstanceName.service-now.com/nav_to.do?uri=%2Fsys_db_object.do%3Fsys_id%3Df89e6f81131012005261b4b2e144b0e1%26sysparm_record_target%3Dsys_db_object%26sysparm_record_row%3D8%26sysparm_record_rows%3D13%26sysparm_record_list%3Dsys_update_nameISNOTEMPTY%255ElabelSTARTSWITHproject%255EORDERBYDESCsys_updated_on
which field do you see when you navigate to the above URL?
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 12:17 PM
This is giving me an error (sys_id%3Df89e6f81131012005261b4b2e144b0e1). Dot wlak me to where you are trying to get me to and I'll post what I see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 12:23 PM
Please take a look at this.
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/field-administration/task/t_SelectTheDisplayValue.html
Please mark my response as correct and helpful if it helped solved your question.
-Thanks