SoftwareTitleFileEvidence Table

SoftwareTitleFileEvidence links software (application) titles to file evidence.

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

Database Column

Details

SoftwareTitleID

Type: integer. Key

The application title to which the file evidence is related. Foreign key to the SoftwareTitle table.

FileEvidenceID

Type: integer. Key

The file evidence related to the software title. Foreign key to the FileEvidence table.

EvidenceExistenceRuleID

Type: integer

The evidence existence rule related to the software title. Foreign key to the EvidenceExistenceRule table.

TrackUsage

Type: boolean

If this field is True, the linked file evidence should be considered when calculating whether the application title is being used. If False, the file is not tracked for usage calculations.

IsLocal

Type: boolean

If this field is False, the link has come from the ARL. If it is True, then the link has been created by an operator.

IsShared

Type: boolean