Escalating Approval Requests
The system follows the escalation scheme specified in the current approval process. Approval Request is reassigned accordingly. This API accepts the ID of the approval request as an input parameter.
API |
Signature |
---|---|
escalateRequest |
webService static Boolean escalateRequest(Id requestId) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
requestId | ID |
Yes |
ID of the approval request. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the approval request is escalated. |
Integration Details
Use the following information in your integrations with Conga Approvals API. Refer to Integrating Conga with External Systems to get started.
API Prerequisites
None.