Codeunit CCS DMS Document Entry Mgt.
codeunit 5306035 "CCS DMS Document Entry Mgt."
Avertizare
This codeunit is pending obsolete. The object accessibility level will be set to internal. NewCodeStructure
Properties
Name | Value |
---|---|
ObsoleteState | Pending |
ObsoleteReason | The object accessibility level will be set to internal. |
ObsoleteTag | NewCodeStructure |
Methods
ImportFileAndCloseWithError
public "CCS DMS Document Entry Mgt." ImportFileAndCloseWithError(var DocumentEntry: Record "CCS DMS Document Entry"; TempBlob: Codeunit "Temp Blob"): None
Sets the Document Entry status to error.
Imports the file into the entry.
The document entry to change the status and import the file. The entry is modified.The file stored in the Temp Blob.
Parameters
Name | Type | Description |
---|---|---|
DocumentEntry | Record "CCS DMS Document Entry" |
|
TempBlob | Codeunit "Temp Blob" |
Return Value
None
ShowMetadata
public "CCS DMS Document Entry Mgt." ShowMetadata(DocumentEntry: Record "CCS DMS Document Entry"): None
Shows the metadata of the entry in a modal dialog, based on the GetMetadata function.
The document entry containing the metadata.
Parameters
Name | Type | Description |
---|---|---|
DocumentEntry | Record "CCS DMS Document Entry" |
Return Value
None