GetAttachment
Obtain a file attached to a record
Input
Name | Type | Description |
FileId | String | The internal identifier of the file in the system. |
DownloadTo | String | The local file path including the file name of the file to be downloaded. Leave empty to keep the file in memory. |
Result Set Columns
Name | Type | Description |
Status | String | Specific message text describing the status or any errors or warning for the stored procedure. |
FileData | String | If the DownloadTo input is empty. |