[IntegrationEvent(False,False)]
local procedure OnBeforeGetOriginalOCRXMLRootNode(IncomingDocument: Record "Incoming Document", OriginalXMLRootNode: DotNet "System.Xml.XmlNode", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeDownloadDocument(ExternalBatchId: Text[50], DocId: Text[50], var Result: Integer, var IsHandled: Boolean)
Parameters
Name
Type
Description
ExternalBatchId
Text[50]
DocId
Text[50]
Result
Integer
IsHandled
Boolean
OnCorrectOCRFileOnAfterCorrectOCRFileNodes
[IntegrationEvent(False,False)]
local procedure OnCorrectOCRFileOnAfterCorrectOCRFileNodes(OCRFileXMLRootNode: DotNet "System.Xml.XmlNode", var IncomingDocument: Record "Incoming Document")