OrderStatus field
Last updated
Last updated
The OrderStatus database field allows you to track the status of an order for each Activation Key.
The possible values of OrderStatus are:
You can set the value of the OrderStatus when creating an activation key by calling CreateActivationKeyWithExpiryDateEx6 or directly by calling the UpdateOrderStatus method.
When an Activation Key is upgraded, the OrderStatus is automatically changed to EUpgraded.
When an Activation Key is archived, the OrderStatus is set to EArchived.
When creating an Activation Key if the OrderStatus is set to EInProgress, the maintenance plan expiry date is not set until the license is activated. When the license is activated, the expiry date of the maintenance plan is set based on the server property maintenancePlanPeriodInDays. Upon successful activation, the orderStatus is set to EComplete.
Searches created in QLM to query specific values of the Order Status should use the DB Field Name, as per the table above, in order to search for a specific status.