This table defines the inventory attributes to show in a Assets Overview dialog. When opening the view of a Assets in the Admin Console, the first item in the Assets View dialog is the quick overview list. This table describes which Assess inventory items (or job status, application link status, etc.) should be shown for a given Assets Type. Overview can only be configured on a Asset Type level (all Computers display the same overview items, but the actual item values are of course looked up in the Computers own returned data). Currently this table design is not public.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| nameid | integer | not null | Name ID for Item. Foreign Key to inv_item_name_id |
| prnmid | integer | not null | Parent Name ID for Item. Foreign Key to inv_tree_name_id. |
| unittype | integer | not null | Unit type this Overview definition applies to. |
| type | integer | not null | Type of item to display |
| domainid | integer | not null | Domain ID |
| idomid | integer | not null | Item domain ID |
| name | nvarchar(64) | with null | Display name |
| idx | integer | with null | Item Display index |
| attrib | integer | with null | Searchable? |
| auto_rep_version | date | with null | Modification Date. Automatically maintained by Rule. Used for replication. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table