Previewing Ad Hoc Approvals
This API enables you to preview approvals for a context object using the ad hoc approval specification for that object. This API accepts the context object type and id as input parameters and returns true if the preview is successful.
API |
Signature |
---|---|
previewAdhocApprovals |
webService static Boolean previewAdhocApprovals(String sObjectType, Id sObjectId) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
sObjectId | ID |
Yes |
ID of the approval context object. |
sObjectType | String |
Yes |
Type of the approval context object. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the preview is successful. |
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.