DownloadFile
Downloads a selected attachment from a CRM record to local storage.
Input
| Name | Type | Description |
| ModuleName | String | The name of the module that contains the attachment to be downloaded. |
| RecordID | String | The unique identifier of the record associated with the attachment. |
| AttachmentID | String | The unique identifier of the attachment to be downloaded. |
| DownloadPath | String | The full path to the local file where the downloaded attachment is saved. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the file was downloaded successfully. |
| Content | String | The Base64-encoded content of the downloaded file, returned if no file path is provided. |