DownloadAttachment
Downloads the attachment or attachments associated with a specific entity in FinancialForce.
Input
Name | Type | Description |
ObjectId | String | The Id of the object to download attachments for. |
Id | String | The Id of the attachment to download. If neither Name nor Id are specified, all attachments will be downloaded. |
Name | String | The name of the attachment to download. If neither Name nor Id are specified, all attachments will be downloaded. |
LocalPath | String | The local path to save the files to. If no path is specified, the current execution path is used. |
Result Set Columns
Name | Type | Description |
FileName | String | The name of the downloaded file. |
FullPath | String | The full path (including name) of the downloaded file. |