Field Type: sys_class_name ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2011 10:37 AM
How are the drop-down choices for Class field on cmdb_ci records populated? From the dictionary I see that the field type is 'sys_class_name' which I have used in scripts before to get the table that the record exists in. In the drop-down's I see other tables that extend cmdb_ci listed, and if I create a new table that extends cmdb_ci it is listed there as well.
Thanks,
Bryan
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2012 10:06 AM
Did you find a way to do this with a script ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2012 12:41 AM
* Deactivate the unused tables in the dictionary.
* Set a before query on the sys_db_object, filtering out unused classes.
* Set a reference qualifier on the cmdb_ci.sys_class_name field.
(in a previous post I stated what does work, but since I don ´t like this approach, I ´m still looking for a solid solution)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2012 03:42 AM
Hi @martijn
Any luck with above now since Berlin is released?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2012 05:33 AM
T600
Unfortunately nothing has changed.