DownloadAttachment
Download a file attachment from a specific record.
Input
Name | Type | Required | Description |
SysId | String | True | Sys_id of the attachment file. |
LocalPath | String | False | The local file path for the location where the file will be saved on disk. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the stored procedure was successful. |
FileData | String | File data that will be outputted encoded in BASE64 if the LocalPath and FileStream inputs are empty. |