KVSDMSSingleInstanceStorage#
Procedures#
SetStorageDefinition(Record KVSDMSStorageDefinition) :#
Summary: Sets the storage definition for the current instance. This is e.g. needed, if you plan to consume the UploadFile procedure of the Document Storage Processor codeunit, which needs the storage definition to determine the correct settings. After setting the storage definition, you can call ClearStorageDefinition to clear it again, so it does not interfere with the next document creation process.
procedure SetStorageDefinition(NewStorageDef: Record "KVSDMSStorageDefinition"):
Parameters:
NewStorageDef: The new storage definition record to store.
ClearStorageDefinition() :#
Summary: Clears the stored storage definition.
procedure ClearStorageDefinition():