Why do label for a field automatically changed for child tables and remained same for parent table ?

sanskar1
Tera Contributor

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?

2 REPLIES 2

palanikumar
Mega Sage

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

Thank you,
Palani

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.