ProcessInstanceHistory

This read-only object contains information about the current state of an approval process (ProcessInstance).

Supported Calls

describeGlobal(), describeSObject(), describeSObjects()

Special Access Rules

Customer Portal users cannot access this object.

Fields

Field Field Type Field Properties Description
ActorId reference Filter ID of the user who is currently assigned to this ProcessInstance.
Comments string Filter

Nillable

Comments from any ProcessInstanceStep in the ProcessInstance.
IsDeleted boolean Defaulted on create

Filter

Indicates whether the record has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
IsPending boolean Defaulted on create

Filter

Indicates whether the ProcessInstance is pending (true) or not (false).
OriginalActorId reference Filter ID of the user who was originally assigned this ProcessInstance.
ProcessInstanceId reference Filter ID of the ProcessInstance.
RemindersSent int Filter

Nillable

Number of reminders that have been sent. Default is 0 (zero).
StepStatus picklist Filter

Nillable

Restricted picklist

Indicates the current status of the ProcessInstanceStep.
TargetObjectId reference Filter

Nillable

ID of the object being approved.

Usage

To retrieve this object, issue a describe call on an object, which will return a query result for each ProcessInstance since the object was created. You cannot use query().

This object respects field-level security on the parent object.

© Copyright 2000-2009 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.