How do I update the "plural" attribute of a Table?

endoflineone
Kilo Explorer

I have created new CI sub-classes. Some of the new classes have "labels" where the singular and plural name are the same, e.g. Test Equipment or Tower Equipment. Simalar challenges occure when plurals have "irregular" ending like Shelf->Shelves and Facility->Facilities.

So on the List Views, the Tablename and List labels become Test Equipments and Tower Equipments .

I can Personalize the List Control to correct the List Control Label, but the "Tablename Label" above where the user applies filters does not change.

I tried looking at the Dictionary entry on the collection record for my tables, but Plural is not a viewable/managable attribute.

Do I need to use a script to modify the plural attribute?

2 REPLIES 2

kcaldwell
Kilo Expert

Look in the table sys_documentation to get a listing of all labels:
service-now.com/yourinstancename/sys_documentation_list.do

Set filter: Element is empty

This will give you a listing of all table labels. Find and change the ones you want.


Thank you!!!