SoftwareTitleInstallerEvidence Table

SoftwareTitleInstallerEvidence links software (application) titles to installer 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 SoftwareTitleInstallerEvidence table

Database Column

Details

SoftwareTitleID

Type: integer. Key

The software title to which the installer evidence is related. Foreign key to the SoftwareTitle table.

InstallerEvidenceID

Type: integer. Key

The installer evidence related to the software title. Foreign key to the InstallerEvidence table.

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