SoftwareTitleHierarchyEx Table

The SoftwareTitleHierarchyEx table contains additional information on the suite by FlexNet Manager Suite.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SoftwareTitleHierarchyEx table

Database Column

Details

ParentSoftwareTitleID

Type: integer. Key

The parent application. Foreign key to the SoftwareTitle table.

ChildSoftwareTitleID

Type: integer. Key

The child application. Foreign key to the SoftwareTitle table.

IsMandatory

Type: boolean. Nullable

This field is used on component applications of software suites. When the value is True, the child application must be installed for the suite to be recognized as installed. Otherwise, the application may or may not be installed for the suite to be recognized.