LicenseSimulation Table

A LicenseSimulation is made up of an initial scenario, and a cloned version of this scenario. The user can modify the rows in this cloned scenario.

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

Database Column

Details

LicenseSimulationID

Type: integer. Key. Generated ID

Unique ID for the LicenseSimulation table.

LicenseSimulation ScenarioID

Type: integer. Key

Foreign key to the LicenseSimulationScenario table.

LastModified

Type: datetime

The last time this simulation was modified.

ComplianceOperatorID

Type: integer. Key

The compliance operator responsible for this scenario

DisplayName

Type: text (max 256 characters). Nullable

The name given to this simulation by the owner/operator.

DisplayRateID

Type: integer. Nullable

The rate to be used to display all price values in this simulation. Foreign key to the CurrencyRate table. If null, then the user’s default can be used.