- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:57 PM - edited 09-12-2023 02:45 PM
I have a requiremnt where few fields are to be created on cmdb_ci table in a new section and this section needs to be visible in all the cmdb ci child classes but I am unable to do it the,any leads would be helpful
we have many ci extended tables and the new section created should be visible on all the cmdb_ci records and manual configuring form layout will not be suitable as we have hundreds of records in cmdb_ci table
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 03:06 PM
Once you create and save the section to a view on form design/layout on the parent table it will reflect on all the child table it extends. You can find the view you created across all extended tables. Do you have any different concern?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 02:39 PM - edited 09-12-2023 02:40 PM
@Mounika_kollati The fields will available in all the child tables, you need to add it to the views of each of the child table. For example if you go to CMDB_CI_Computer or CMDB_CI_Server table list view you can see the additional fields you have created on the parent CMDB_CI table to make the CI visible on the form you need to create views for the table.
If my response helps to solve your issue. Kindly mark it as helpful & accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 02:46 PM
HI @Prabu Velayutha
we have many ci extended tables and the new section created should be visible on all the cmdb_ci records and manual configuring form layout will not be suitable as we have hundreds of records in cmdb_ci table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 03:06 PM
Once you create and save the section to a view on form design/layout on the parent table it will reflect on all the child table it extends. You can find the view you created across all extended tables. Do you have any different concern?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 10:23 PM
Here the parent is cmdb_ci table when I open different ci class tables and each CI class wil be having different view and we cannot even have the view as default for each CI class ,athe fields are present on table but I want it on form of each CI class