AccessedSoftware Table

AccessedSoftware lists all the access records of an application from a device.

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

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 AccessingUser table.

AccessingDeviceID

Type: integer. Key. Nullable

An identifier for a accessing device record. Foreign key to the AccessingDevice table.

SoftwareTitleID

Type: integer. Key

The software that is being accessed. Foreign key to the SoftwareTitle table.

SoftwareLicenseID

Type: integer. Key. Nullable

The link to the license this access has been counted against. Foreign key to the SoftwareLicense table.

SoftwareLicense AllocationID

Type: integer. Key. Nullable

The link to the license allocation this access has consumed. Foreign key to the SoftwareLicenseAllocation table.

ConsumedCount

Type: integer. Nullable

The number of this installation consumed on the license.

IsLicensed

Type: boolean

Set this field to True when this access is licensed.

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.