Add Comment to a Runtime Ad Hoc Approval Process
This API enables you to add a comment to a runtime ad hoc approval process. This API accepts the context object type, id, and comment as input parameters and returns true if the comments are successfully added.
API |
Signature |
---|---|
AddCommentToRuntimeAdhocApprovalProcess |
webService static Boolean AddCommentToRuntimeAdhocApprovalProcess(String sObjectType, Id sObjectId, String sComment) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
sObjectId | ID |
Yes |
ID of the approval context object. |
sObjectType | Type |
Yes |
Type of the approval context object. |
sComment | String |
Yes |
The comment to add. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the comment is added successfully. |
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.