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