GetCloudDocumentToFile
Structure
GetCloudDocumentToFile(sDocTable: String, sDocID: String, sFileName: String)
Type
Procedure
Description
Locates a cloud document by its Document ID and saves it to a file.
Parameters: 3
- sDocTable (String) – The related table for the row the document is related to. Valid values are “CERTS” and “EVENTDOCS”.
- sDocID (String) – The Document ID of the file to be retrieved from cloud storage. This value corresponds to the related table’s “DOC_ID” field.
- sFileName (String) – The path to download the contents into.
Return Value
None