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}}

Product Versions

Details

Table ID: h_itsm_product_versions

Stores version information for products

Table Attributes

Name Value
Primary Key h_pk_version_id

Columns

Name & ID Description Column Attributes Relationships
Product ID
h_fk_product_id
The product to which this version relates
Type VARCHAR
Size 32
Nullable true
Indexed true
Many to One
h_itsm_products.h_pk_product_id
Version
h_version
The version name/number
Type VARCHAR
Size 16
Nullable true
Version ID
h_pk_version_id
Unique identifier for this version, and md5 hash made from the product_id and version number
Type VARCHAR
Size 32
Nullable false
Primary Key true
In This Document