ClientAccessOccurrence Table

Records the entries for the software access occurrence in the User access logging.

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

Database Column

Details

ClientAccessDetailID

Type: big integer. Key

Client access related record. This is a foreign key into the ClientAccessingDetails table.

AccessDate

Type: datetime. Nullable

Date and time at which access was made to server.

InventoryDate

Type: datetime. Key

Date and time at which this inventory occurrence was recorded.

LicenseDate

Type: datetime. Key

Date used for licensing purposes.

AccessCount

Type: integer

Number of times access was made to server.