Archive
Object Definition
| Object Type | Interface |
| Object Name | CFL Archive |
Procedures
| Name | Description |
|---|---|
| CFLArchiveAuditTrail(guid; codeunit "Temp Blob") | Archive the Audit trail file in tempBlob to the storage |
| CFLArchiveDocument(guid; guid; codeunit "Temp Blob") | Archive the Signed Document file in tempBlob to the storage |
| CFLGetAuditTrail(guid; codeunit "Temp Blob"): boolean | Get the Audit Trail file from the storage and return in to tempBlob |
| CFLGetDocument(guid; guid; codeunit "Temp Blob"): boolean | Get the Signed Document file from the storage and return in to tempBlob |