ComplianceComputerUsage Table

This table links user IDs with computer IDs, allowing ECM to determine who uses a computer most frequently; and this is one factor in determining the assigned user for 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 ComplianceComputerUsage table

Database Column

Details

ComplianceComputerUsageID

Type: integer. Key. Generated ID

Unique identifier for a ComplianceComputerUsage record.

ComplianceComputerID

Type: integer. Key

Foreign key to the ComplianceComputer table.

ComplianceUserID

Type: integer. Key

Foreign key to the ComplianceUser table.

DateRecorded

Type: datetime. Key

The date and time that the record was inserted.