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.
ProcessResult Class
Namespace
Usage
A ProcessResult object is returned by the process method. You must specify the Approval namespace when creating an instance of this class. For example:
1Approval.ProcessResult result = Approval.process(req1);ProcessResult Methods
The following are methods for ProcessResult. All are instance methods.
getEntityId()
Signature
public String getEntityId()
Return Value
Type: String
getErrors()
Signature
public Database.Error[] getErrors()
Return Value
Type: Database.Error[]
getInstanceId()
Signature
public String getInstanceId()
Return Value
Type: String
getInstanceStatus()
Signature
public String getInstanceStatus()
Return Value
Type: String
getNewWorkitemIds()
Signature
public ID[] getNewWorkitemIds()
Return Value
Type: ID[]
isSuccess()
Signature
public Boolean isSuccess()
Return Value
Type: Boolean