Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

PathAssistantStepItem

Represents layout or guidance details for a step on a Path. Available in Tooling API version 36.0 and later.

Supported SOAP Calls

query()

Supported REST HTTP Methods

GET

Fields

Field Details
IsDeleted
Type
boolean
Properties
Sort
Description
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
ItemId
Type
ID
Properties
Filter, Group, Sort
Description
A foreign key field pointing to the Type field that represents either the layout (if Type is set to Layout) or the PathAssistantStepInfo (if Type is set to Information) of this guidance detail.
PathAssistantId
Type
ID
Properties
Filter, Group, Sort
Description
ID of the PathAssistant related to this step.
RecordTypeId
Type
ID
Properties
Filter, Group, Nillable, Sort
Description
ID of the record type associated with this path.
Type
Type
string
Properties
Filter, Group, Sort
Description
The type of data that ItemId refers to.
Valid values are:
  • Information
  • Layout