How do i populate "Chassis Type" as a field ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 12:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 01:12 AM
Hi Ashish
Can you please provide more details on what you are trying to achieve?
Is it a custom field or already present on asset table.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 03:06 AM
Hi Gaurav, it's not a custom field and present in the asset table but it's not visible as a column against the asset tag or configuration item. I want to add this field as a column in the asset table, so that I should be able to see whether the asset is a desktop/notebook or other things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 01:26 AM
Chassis type is populated by the Discovery tool in our instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 10:52 PM
Hello,
So you want to show the column "chassis_type" on the context of the alm_asset form. Is that correct?
The field "chassis_type" is in table cmdb_ci_computer, which is extended from cmdb_ci.
So what you could do is dot-walk to "chassis-type" by using the field alm_asset.ci - the reference to the CI table.
The only problem I see is that the chassis_type is only availabe for the cmdb_ci_computer class and all extended classes.
Try it out. Maybe this helps
Best,