Update a Runtime Ad Hoc Approval Process
This API enables you to update a runtime ad hoc approval process that can be used to submit for ad hoc approvals. This API accepts an approval process structure as input parameter and returns the same structure with record IDs populated. For details on the input structure, refer to AdhocApprovalProcessDTO.
API |
Signature |
---|---|
updateRuntimeAdhocApprovalProcess |
webService static Boolean updateRuntimeAdhocApprovalProcess(String sObjectType, Id sObjectId) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
adhocApproverProcessDTO | adhocApproverProcessDTO |
Yes |
The ad hoc approver process structure to update. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
The runtime ad hoc approval process structure for the updated process. |