Summary
This table contains a list of commands which are invalid for a given state. The commands which are not listed here are thus valid.
Important: To insert a new record in this table, the object specified must exist. To do this, create a new record in the CONF table which will supply the OAN, AREA and ENAME fields. Then you can insert records matching that into this table. Records in this table cannot be changed, only inserted and deleted.
|
Field name |
SQL type |
Description |
GUI name |
|---|---|---|---|
|
OAN |
INTEGER |
The object’s autonumber (read only). |
- |
|
AREA |
CHAR (31) |
The name of the area in which the digital template resides |
Area in Create Template dialog box |
|
ENAME |
CHAR (31) |
The name of the digital template |
Name in Create Template dialog box |
|
STATE |
INTEGER |
A value identifying the state for which the command below is invalid: 0 = 1st state 1 = 2nd state 2 = 3rd state ….. |
Selected state in States list on Command/State Config tab |
|
COMMAND |
INTEGER |
A value identifying the command which is invalid when the digital object is in the above state: 0 = 1st command 1 = 2nd command 2 = 3rd command … |
Disabled command in Commands list on Command/State Config tab |
See Also