AccessedSoftware Table
AccessedSoftware lists all the access records of an application from a device.
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.| Database Column | Details | 
|---|---|
| AccessedSoftwareID | Type: big integer. Key. Generated ID A unique identifier for an accessed software record. | 
| AccessingUserID | Type: integer. Key. Nullable An identifier for a accessing user record. Foreign key to the  | 
| AccessingDeviceID | Type: integer. Key. Nullable An identifier for a accessing device record. Foreign key to the  | 
| SoftwareTitleID | Type: integer. Key The software that is being accessed. Foreign key to the  | 
| SoftwareLicenseID | Type: integer. Key. Nullable The link to the license this access has been counted against.  Foreign key to the  | 
| SoftwareLicense AllocationID | Type: integer. Key. Nullable The link to the license allocation this access has consumed. Foreign key to the  | 
| ConsumedCount | Type: integer. Nullable The number of this installation consumed on the license. | 
| IsLicensed | Type: boolean Set this field to  | 
| LastAccessDate | Type: datetime. Nullable Last access date recorded for this software access. | 
| LastInventoryDate | Type: datetime. Nullable Last time access inventory was collected for this software access. | 
| PointsCalculated | Type: integer The number of calculated points this installation consumes. |