Choices not being inherited from Parent table to Child table

Kavyasri
Tera Contributor

Hello Community,

 

                          I have created one field named 'owner' in cmdb_ci_hardware(Parent) table. cmdb_ci_ip_router is the child table for cmdb_ci_hardware. Field 'owner' is inherited from parent to child but the choices present in parent table were not inherited to child table.

 

Screenshot 2024-05-20 222544.png

Screenshot 2024-05-20 222621.pngScreenshot 2024-05-20 222653.png

2 REPLIES 2

SK Chand Basha
Giga Sage

Hi @Kavyasri 

 

Can you refer this it will be helpful

 

https://www.servicenow.com/community/developer-forum/inherited-choice-list-values/m-p/1911663

 

Mark it Helpful and Accept Solution!! If this helps you to understand.

James Chun
Kilo Patron

Hi @Kavyasri,

 

Even though you can't see the choices under the child table [cmdb_ci_hardware], you should still be able to select the choices from the parent in the child record.

e.g.

JamesChun_0-1716241258640.png

 

CI tables are structured differently from other extended tables such as Task.

For example, if you open the Incident table and check the choices of the state field, you can see all the choices of Task extended tables.

e.g.

JamesChun_1-1716241387089.png

However this behaviour is not the same on the CI tables due to its different architecture, see the doc for the details - https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/platform-per...

 

Cheers