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.

Smart Action Step 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:

  • Canceled: The related plan has been canceled.
  • Complete: The step was completed successfully.
  • Error: An error was encountered while completing the step.
  • Pending Initiation: The step has not been started yet.
  • Pending Required Input: The user must provide additional information required to continue the step.
  • Unable To Complete: No suitable resource is found to swap for an assignment.
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.