Smart Action Step Fields
The Smart Action Step object is for system use. It stores information about the steps of the related smart action plan record.
The Smart Action Step object includes the following fields.
| Field | Description |
|---|---|
| Plan | The plan that relates to the step. |
| Processing details | A JSON string that represents output data from the step. |
| Required Input Type | The type of input that this step requires to continue. |
| Result | A comma-separated list of record IDs that result from the step. |
| Source Step UUIDs | A comma-separated list of universally unique identifiers for the steps that the step depends on. |
| Status |
The current status of the step. This status can be one of the following:
|
| Step Number | The order that the step is completed. |
| Step Type | The type of the step. This determines how the step is completed. |
| Step UUID | The universally unique identifier of the step. This allocates an unique identifier to the step before a standard ID is generated for it. |
SECTIONS