problem adding attribute to cmdb_ci
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2022 12:56 PM
Using the class hierarchy manager, I created yes/no field for the base configuration item (cmdb_ci). I have the following questions.
1. In the list view I added the newly created column, but it is not showing
2. in the update set it is saving newly created attribute as form layout. It should be on the table as new field right?
Appreciate any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2022 06:02 PM
Hi, a new field added to the list layout will not show in your user list view if you have 'Personalized' the field list\layout, and you will need to select 'Reset to column defaults' from the list field picker (gear icon) popup.
The new field will default to the cmdb_ci form layout (at the bottom of the form)
/nav_to.do?uri=%2Fcmdb_ci.do%3Fsys_id%3D-1
But I think you would need to add the field manually to form views for all tables that extend cmdb_ci,
which is effectively the form view for every CI table\class that you use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2022 06:35 PM
Hi,
1) As Tony said, I think you have personalized the list view for table. Hence, you need to "Reset to columns Default",. After that it will reflect in list layout.
2) If you added new field on Form it will show 1 record for Form layout.
For table, in update set there will be dictionary record.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 04:12 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2023 06:42 AM
Hi -
My experience with adding fields at cmdb_ci with Class Manager is that it did not show up in my update set as a sys_dictionary entry. It’s only when I updated one of the dictionary attributes from the Dictionary Form (e.g., make it read-only) that the entry got added to the update set. I found this very confusing.
Hope it helps and if anyone has a different experience or knows a better way, please shout!