- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2014 03:30 PM
in my DEV instance I created a new ticketing application. It was all created in a update set, it was tested and working exactly as designed. I completed the update set and transferred it to my PROD instance . . . I do not have a QA instance. When I started testing the PROD instance of the new application, the form view looks correct, but some of the fields on the form are show the field column name, not the label that it is supposed to be showing. I will attach a few screen shots.
from the DEV side:
from the DEV side from the form
what shows up in my PROD side:
what shows up in PROD on the form
when I right-click and 'personalize label' I get:
Solved! Go to Solution.
- Labels:
-
Ask the Expert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2014 03:43 PM
Check the Labels table (sys_documentation) for a label for that field and table combination. You should be able to see the field labels in a related list at the bottom of the dictionary entry, if it's not there then you can navigate directly to the sys_documentation table and view from there. My guess is that the actual Label entry doesn't exist and you'll need to recreate it and then update the 'Column label' field to match.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2017 09:07 PM
Hi, Recreating fields with different column names worked. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2017 02:14 AM
Told you...i have been burnt by this before and since then i am always extra cautions while creating dictionaries. under no circumstances i should delete them, and if i have to then go with a new column name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2017 07:59 AM
True.
I was wondering if in cases as such, cloning from the instance where the dictionary entries aren't corrupt to that where we observe the issue would be a quick remedy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2017 08:05 AM
You can try that actually. But again i thing there still can be issues. Lets hope we don't face it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2017 05:18 PM
I had the similar issue when I tried to create a custom field on a table.
1. Check the sys_documentation table for the new label.
2. If you have the label but still the column label is empty then clear the cache https://<your_instance>.service-now.com/cache.do
3. You can also try logging into some other browser and you will be able to see the column label.
Please make sure that your new column label is existing in the xml record.