DownloadDocument
Downloads the document or documents in FinancialForce.
Input
Name | Type | Description |
Id | String | The Id of the document to download. If Name, Id or Folderid are not specified, all documents will be downloaded. |
Name | String | The name of the document to download. If Name, Id or Folderid are not specified, all documents will be downloaded. |
Folderid | String | The folder id of the documents to download. If Name, Id or Folderid are not specified, all documents 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. |