Submitting for Approvals with Attachments and Comments
With this API, you can submit an approval request with attachments and comments. This API accepts the object type and object ID of the context object, the process ID, list of attachment IDs, and comments as input parameters.
API |
Signature |
---|---|
submitForApprovalsWithAttachmentsAndComments |
static Boolean submitForApprovalsWithAttachmentsAndComments(String sObjectType, Id sObjectId, Id processId, List attachmentIds, Apttus_Approval.SubmissionComments submissionComments) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
sObjectId | ID |
Yes |
ID of the approval context object. |
sObjectType | String |
Yes |
Type of the approval context object. |
processId | ID |
Yes |
ID of the approval process |
attachmentIds | List |
Yes |
List of attachment IDs |
submissionComments | Object |
Yes |
Submission comments to include in the approval request. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the API is executed successfully. |