The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to extend CI Class ? Do I need to create new CI Class ??

JaydenLouis
Kilo Explorer

Hi ALL,

I need add model categories - with extended CI CLASS need to be - CMDB_CI

and Need to Create New Model Categories -Freez and ci class should be CMDB_CI_FREEZ.

How I Can achieve above ?

3 REPLIES 3

Community Alums
Not applicable

Hey there,

new class == new table. Just extend the cmdb_ci table which is most closer to your new CIs types (coming from cmdb_ci -> these are free of charge as a new tables). 

Onkar Pandav
Tera Guru

Hi,

Check below screen shot.

find_real_file.png

Through CI Class Manager also you can create child class (table), but that class must be extensible.

Appli
Mega Sage
Mega Sage

Hi Jayden, CI class with a name cmdb_ci already exists OOB; it extends cmdb class.

If the requirement is to create a new CI class with a name "cmdb_ci_freez" that extends existing cmdb_ci class, please consider following the procedure, described in product doc.

Hope it helps.

Hope it helps