Operation
Represents system operations used to track scheduled or queued actions, including associated user, entity, module, and status information.
Columns
| Name | Type | ReadOnly | Description |
| action | String | False |
The action associated with this operation. |
| bodyData | String | False |
The body data payload associated with this operation. |
| contactEmail | String | False |
The contact email address associated with this operation. |
| description | String | False |
The description of this operation. |
| entity | String | False |
The entity associated with this operation. |
| href | String | True |
The URL of the operation resource. |
| id | String | False |
The unique identifier of the operation record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the operation record. |
| locationKey | String | False |
The key of the location associated with this operation. |
| moduleKey | String | False |
The key of the module associated with this operation. |
| status | String | False |
The current status of the operation, such as pending, in progress, or completed. |
| userInfo | String | False |
Additional user information associated with this operation. |
| userKey | Int | False |
The key of the user associated with this operation. |