Simulation Table

A Simulation allows mocking some inventory data and running an additional reconcile with these tweaks to assess the software license costs. Its nextgen LicenseSimulation.

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

Database Column

Details

SimulationID

Type: integer. Key. Generated ID

Unique ID for the Simulation table.

Name

Type: text (max 256 characters)

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

Comments

Type: text. Nullable

Some description for the simulation

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.

LastModified

Type: datetime

The last time this simulation was modified.

ComplianceOperatorID

Type: integer. Key

The compliance operator responsible for this simulation