Codeunit "Send Incoming Document to OCR"

ID 133
Namespace: Microsoft.EServices.EDocument

Properties

Name Value
TableNo Table Microsoft.EServices.EDocument."Incoming Document"

Methods

RemoveFromJobQueue

procedure RemoveFromJobQueue(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

ScheduleJobQueueReceive

procedure ScheduleJobQueueReceive()

SetStatusToReceived

procedure SetStatusToReceived(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

SetStatusToFailed

procedure SetStatusToFailed(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

SetStatusToVerify

procedure SetStatusToVerify(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

TrySendToOCR

procedure TrySendToOCR(var IncomingDocument: Record "Incoming Document"): Boolean

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

Returns

Type Description
Boolean

TryRetrieveFromOCR

procedure TryRetrieveFromOCR(var IncomingDocument: Record "Incoming Document"): Boolean

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

Returns

Type Description
Boolean

SetShowMessages

procedure SetShowMessages(NewShowMessages: Boolean)

Parameters

Name Type Description
NewShowMessages Boolean

Events

OnAfterIncomingDocReadyForOCR

[IntegrationEvent(False,False)]
local procedure OnAfterIncomingDocReadyForOCR(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

OnAfterIncomingDocSentToOCR

[IntegrationEvent(False,False)]
local procedure OnAfterIncomingDocSentToOCR(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

OnAfterIncomingDocReceivedFromOCR

[IntegrationEvent(False,False)]
local procedure OnAfterIncomingDocReceivedFromOCR(var IncomingDocument: Record "Incoming Document")

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"

See also