Inherit form layout from super class?

juola
Kilo Contributor

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.

1 REPLY 1

phanindra1
Giga Contributor

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.