SoftwareTitleEx Table

The SoftwareTitleEx table contains additional information on the application titles managed 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 SoftwareTitleEx table

Database Column

Details

SoftwareTitleID

Type: integer. Key

A unique identifier for a software record.

OperatorManageStateID

Type: integer. Nullable

The management responsibility for this information. Foreign key to the OperatorManageState table.

AutoManageLicensePriority

Type: boolean. Nullable

Set this field to True if the application should automatically manage the priority of attached licenses.

IsMonitoringSessions

Type: boolean. Nullable

Set this field to True if sessions are being monitored.

UsageSessions

Type: integer. Nullable

An application is considered used if it is opened more than this many times within the monitoring period.

IsMonitoringActiveTime

Type: boolean. Nullable

Set this field to True if active time is being monitored.

UsageActiveTime

Type: integer. Nullable

An application is considered used if the application active time (time it is in the foreground) exceeds this value during the monitoring period.

UsagePeriod

Type: integer. Nullable

The period in months over which to consider usage.

SoftwareTitleActionID

Type: integer. Key. Nullable

A categorization for the application in the enterprise. Defaults to New.Foreign key to the SoftwareTitleAction table.

HasInstalls

Type: boolean. Nullable

If this field is True this application has at least one installation. If False, the application has no installations.

HasCustomEndOfSupportLife

Type: boolean. Nullable

Set this field to indicate custom end of support life for this application.

CustomEndOfSupportLife Date

Type: datetime. Nullable

Custom end of support life date.

ImportDetailedEvidence

Type: boolean. Nullable

Set this field to import detailed evidence for evidence transparency reporting of this title.