Field label not showing up correctly. Field label is showing up as the column name. Field is a new field added to a extended custom table.

timothy_hamano
Kilo Explorer

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:   2014-10-03 15_22_43-ServiceNow DEV.jpg

from the DEV side from the form 2014-10-03 15_26_32-ServiceNow DEV_2.jpg

what shows up in my PROD side: 2014-10-03 15_25_48-ServiceNow.jpg

what shows up in PROD on the form   2014-10-03 15_26_09-ServiceNow_2.jpg

 

when I right-click and 'personalize label' I get: 2014-10-03 15_28_45-ServiceNow_3.jpg

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

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.


View solution in original post

14 REPLIES 14

Hi, Recreating fields with different column names worked. Thanks


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.


-Anurag

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.


You can try that actually. But again i thing there still can be issues. Lets hope we don't face it


-Anurag

nireeshareddy
Kilo Expert

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.