Inherit form layout from super class?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 05:59 AM
Is it possible to use form layout of a parent class/table? Use case is that we're planning to use lots of subclasses in the CMDB with very similar (or exactly the same) form layout and would like to avoid the need of defining the layout separately for each child class.
For example we would like to use the same form layout for all CI Classes inherited from "Application Server" (cmdb_ci_app_server) class which has 22 classes extending it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2016 06:24 AM
At least my experience with Fuji, subclass inherit the parent class form layout structure by default. That means if you create a new class called 'dummy' under 'application server' class, new child class table 'dummy' should have the similar form layout as 'application server'. Please confirm if it is not working as expected.