KVSKBADocumentEntry
Extends #437dbf0e84ff417a965ded2bb9650972#Document Entry
Procedures
KVSKBAGetDocProcNoFilter() : Code[250]
Summary: Gets the document processing number filter.
procedure KVSKBAGetDocProcNoFilter(): Code[250]
Returns: The document processing number filter.
Remarks: This procedure returns the value of the document processing number filter, which is used to filter documents based on their processing status. The filter is typically applied to determine which documents should be included in certain operations or processes, allowing for more targeted handling of documents in the system.
KVSKBASetDocProcNoFilter(Code[250]) :
Summary: Sets the document processing number filter.
procedure KVSKBASetDocProcNoFilter(DocProcNoFilterParam: Code[250]):
Parameters:
DocProcNoFilterParam: The document processing number filter to set.
Remarks: This procedure sets the value of the document processing number filter, which is used to filter documents based on their processing status. The filter is typically applied to determine which documents should be included in certain operations or processes, allowing for more targeted handling of documents in the system.