SoftwareLicenseReservationNecessityCheckResult Table

The SoftwareLicenseReservationNecessityCheckResult table saves the results of the necessity to do software license reservation for a license entitlement for an application.

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

Database Column

Details

SoftwareLicense ReservationNecessity CheckResultID

Type: integer. Key. Generated ID

A unique identifier for this reservation necessity check result.

SoftwareTitleID

Type: integer. Key

The application being reserved. Foreign key to the SoftwareTitle table.

SoftwareLicenseID

Type: integer. Key. Nullable

The license affected by this reservation, null if any license for the application can be consumed. Foreign key to the SoftwareLicense table.

ComplianceComputerID

Type: integer. Key

The computer making the reservation. Foreign key to the ComplianceComputer table.

ComplianceUserID

Type: integer. Key. Nullable

The user making the reservation. Foreign key to the ComplianceUser table.

HasSecondUseRight

Type: boolean

No reservation is actually needed because of second use right.

HasUpgradeDowngradeRight

Type: boolean

No reservation is actually needed because of upgrade/downgrade right

HasExemptionByDeviceRole

Type: boolean

No reservation is actually needed because of exemption by device role.

CreationUser

Type: text (max 128 characters). Nullable

The operator who created the record.

CreationDate

Type: datetime

The date the record was created.