Zum Hauptinhalt springen

AddCloudDocumentWithFile

Structure

AddCloudDocumentWithFile(sDocTable: String, sWhere: String, sFileName: String)

Type

Procedure

Description

Adds a document to the cloud storage provider configured for the system, reading from a file in the disk.

Parameters: 3

  • sDocTable (String) – The related table for the row the document is related to. Valid values are “CERTS” and “EVENTDOCS”.
  • sWhere (String) – The WHERE statement (including the keyword WHERE) to locate the related record of the data to be uploaded to the cloud.
  • sFileName (String) – The path to the file that contains the data to upload to the cloud.

Return Value

None