How to extend CI Class ? Do I need to create new CI Class ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2020 08:49 AM
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2020 09:15 AM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2020 09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2020 11:02 AM
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.