InstalledApplications Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The InstalledApplications table is populated by the import process to track which software has been installed.

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

Database Column

Details

ComplianceComputerID

Type: integer. Key

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

SoftwareTitleID

Type: integer. Key

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

InstanceName

Type: text (max 256 characters). Nullable

The name of the instance that the software installation is associated with.

InstallerEvidence

Type: boolean

This field is True if the installation is reported due to installer evidence.

FileEvidence

Type: boolean

This field is True if the installation is reported due to file evidence.

WMIEvidence

Type: boolean

This field is True if the installation is reported due to WMI evidence.

AccessModeID

Type: integer

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

IsACL

Type: boolean

Determines whether the access mode record came from ACL data.

FlexNet Manager Suite (On-Premises)

2020 R1