RecordFiles entity
RecordFiles entityfileNameThis is the unique name that the binary will have in the SideDrawer Database. It has to be unique. This is mandatory, and it can be set by the App. In order to do so, add the timestamp when EACH file is posted (YYMMDDHHMMSS_*), all timestamps for each file will be different.
envelopeIdUsed as an ID to connect/combine different files that will be part of a sequence of signatures. The objective is to have the
envelopeIdto track all signatures and which one is the latest one that combines them all.
correlationIdThis is the details of the upload instance. It is not mandatory.
uploadTitleThis is what should be listed in the "File History" list.
displayTypeThe front-end application will interpret (or ignore, in older versions) this parameter and display the file on screen using different versions of PDFTron. Based on that, the PDFTron widget will present the end user the ability to insert a signature, text fields, annotations, comments, or just preview the contents.
fileTypeEnum that determines what kind of file is being pushed.
fileExtensionOriginal extension of the file being uploaded.
checkSumOptional checksum calculated with the SHA256 algorithm. This guarantees integrity control over the uploaded file.

