Why do label for a field automatically changed for child tables and remained same for parent table ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 01:54 AM - edited ‎03-14-2024 02:00 AM
I have created a checkbox field named "DMZ" in a class cmdb_ci_server (parent class), this field got extended to child classes correctly as "DMZ" name only . All of these updates were captured in an update set in dev instance. When i moved the update set from dev instance to test instance, the parent table(cmdb_ci_server) has the field named "DMZ" but for it's child classes the label has changed to "Dmz". Also the plurals are changed for each child tables (cmdb_ci_win_server ....etc). Everything is fine in dev instance but changes appeared in test instance.
Any idea about this issue?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 05:24 AM
Check whether a new Label is created for this field name in the child table. To check this, go to dictionary entry of the field and check whether a different label is added for any of the child table
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 06:50 AM - edited ‎03-14-2024 06:51 AM
yes for all of them new labels are created as "Dmz". same thing happened in dev instance also but the labels got the expected name i.e "DMZ" only.