Copying Attachments
This API copies an attachment to the destination record.
API |
Signature |
---|---|
copyAttachment |
webService static Boolean copyAttachment(Id destParentId, Id attId) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
destParentId | ID |
The ID of the destination parent record. |
attId | ID |
The ID of the attachment you want to copy. |
Response Parameter |
||
---|---|---|
Field |
Type |
Description |
isSuccess | Boolean |
Indicates whether the copy was successful |
Code Sample
The sample code below enables you to clone an attachment from any parent record and assign it to the destination SObject record.