Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

CMDB Asset Action Type Associations

Details

Table ID: h_cmdb_asset_action_types

Associates custom asset actions with specific asset types (many-to-many)

Table Attributes

Name Value
Primary Key h_pk_id

Columns

Name & ID Description Column Attributes Relationships
Action ID
h_fk_action_id
Foreign key to h_cmdb_asset_actions
Type INTEGER
Nullable false
Indexed true
Asset Type ID
h_fk_type_id
Foreign key to h_cmdb_asset_types
Type INTEGER
Nullable false
Indexed true
Association ID
h_pk_id
The primary key for this association
Type INTEGER
Nullable false
Primary Key true
Auto Increment true
Group ID
h_fk_group_id
Foreign key to h_cmdb_asset_action_groups; null means ungrouped
Type INTEGER
Nullable true
Indexed true
Sort Order
h_sort_order
Display order of this action within the type context
Type INTEGER
Nullable true
In This Document