TrackSoftwareTitleUsage Table

FlexNet Manager Suite 2020 R1 (On-Premises)

TrackSoftwareTitleUsage keeps track of whether licensed software is being used on a computer.

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

Database Column

Details

TrackSoftwareTitleUsageID

Type: integer. Key. Generated ID

Unique identifier for each record.

ComplianceComputerID

Type: integer. Key

Identifies the computer on which usage tracking details were recorded. This field is a foreign key to the ComplianceComputer table.

SoftwareTitleID

Type: integer. Key

Identifier for the application that was installed on the computer. This field is a foreign key to the SoftwareTitle table.

SoftwareLicenseID

Type: integer. Key. Nullable

Identifier for the license associated with the installed application on the computer. This field is a foreign key to the SoftwareLicense table.

TrackGroupID

Type: integer. Key. Nullable

Identifies the track group to which the computer has been assigned.

IsUsed

Type: boolean. Nullable

Indicates whether the application is used on the computer.

LastUsed

Type: datetime. Nullable

Date and time when software was last used on computer.

FlexNet Manager Suite (On-Premises)

2020 R1