- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2016 05:34 AM
I am unable to change the label of the field in the form in cmdb_ci_server form. I tried using saveral ways like Form design, Configure dictionary.
Appreciate any help.
Thank You in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2016 06:08 AM
Try deleting the old Label record and creating a new one. Or just create a new one on a child table (eg, cmdb_ci).
Labels are on the sys_documentation table.
I have fixed weird issues with labels by doing this before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 11:00 PM
Hello @Geoffrey2 , I tried this in my case, the table name is not present in the given list of Table field in sys_documentation table, even if the table is present in the instance, FYI that table is imported via an updateset from a different instance. Please check the attached screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2016 05:41 AM
Also, be aware that cmdb_ci is a field from the task table. If you change the label, it will change it for all tables that inherit that field. So if Incident wants it called "User CI" and problem wants it called "Impacted CI", you will need to create table specific labels that "override" the entry from task.
E.g. task.cmdb_ci label
Table: task
Field: cmdb_ci
Label: Configuration Item
Make another entry (insert or insert & stay) for incident
Table: incident
Field: cmdb_ci
Label: User CI
