This table stores the orders of a distribution container. The orders are to be carried out when the container is sent from an enterprise manager to a domain manager.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectid | byte(16) | not null | Primary key, it is a uuid. |
| version | integer | not null | Version number is used to maintain cache and an optimistic transaction policy |
| type | integer | not null | This is the order type, typically RegPgm, DeregPgm, InstPgm etc. |
| operand | byte(16) | not null | Depending on the order type, this links to different objects. |
| miscitem | byte(16) | not null | Depending on the order type, this links to different objects. |
| sequenceno | integer | not null | Order number of the order in the container. |
| activationdate | integer | not null | Activation date of the order. |
| activationtime | integer | not null | Activation time of the order. |
| creationdate | integer | not null | Creation date of the order. |
| creationtime | integer | not null | Creation time of the order. |
| cont | byte(16) | with null | This is the link to the container where this order is included. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table