RelatedInstalledApplications Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The RelatedInstalledApplications table is populated by the import process to track which relationship between applications.

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 RelatedInstalledApplications table

Database Column

Details

ParentCompliance ComputerID

Type: integer. Key

The parent identifier for the computer in the ComplianceComputer table that the software is installed on.

ParentSoftwareTitleID

Type: integer. Key

The parent identifier for the software in the SoftwareTitle table that is installed.

ParentAccessModeID

Type: integer. Key

The access mode for which the installed application has been accessed. Foreign key to the AccessMode table.

ChildComplianceComputerID

Type: integer. Key

The child identifier for the computer in the ComplianceComputer table that the software is installed on.

ChildSoftwareTitleID

Type: integer. Key

The child identifier for the software in the SoftwareTitle table that is installed.

ChildAccessModeID

Type: integer. Key

The access mode for which the installed application has been accessed. Foreign key to the AccessMode table.

IsCharged

Type: boolean. Key

The identifier used in the source connection to determine the pricing relation between parent and child installer evidence (specifies if it is charged or free).

ConfidenceLevel

Type: integer. Nullable

Confidence level for each bundled installer evidence (as a percentage).

FlexNet Manager Suite (On-Premises)

2020 R1