Choices not being inherited from Parent table to Child table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 10:03 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 10:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 02:43 PM - edited 05-20-2024 02:44 PM
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.
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.
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