The ActionType constants define the legal action types in VBScript.
| Constant | Value | Description |
|---|---|---|
| _SUBMIT | 1 | Create a new record. |
| _MODIFY | 2 | Change the contents of a record. |
| _CHANGE_STATE | 3 | Change the state of a record. |
| _DUPLICATE | 4 | Mark the record as a duplicate of another record. |
| _UNDUPLICATE | 5 | Undo the DUPLICATE action. |
| _IMPORT | 6 | Import a new record. |
| _DELETE | 7 | Delete an entity. |
| _BASE | 8 | Base actions fire with all other actions. [See the Schemas and Packages appendix of Administrating Rational ClearQuest.] |
| _RECORD_SCRIPT_ALIAS | 9 | Allows you to call one single method, GetActionName, instead of having to call three: EditEntity, Validate, and Commit. |