DownloadFile
Fetches and downloads files stored in NetSuite for local access or backup.
Input
| Name | Type | Description |
| FileId | String | Unique identifier of the file to be downloaded from the NetSuite environment. |
| DownloadPath | String | Full local file path, including the file name, where the downloaded file will be saved. This is a mandatory field. |
Result Set Columns
| Name | Type | Description |
| IsSuccess | String | Indicates if the download operation was successful. Returns true for success or false for failure. |