Codeunit "Release Incoming Document"

ID 132
Namespace: Microsoft.EServices.EDocument

Properties

Name Value
TableNo Table Microsoft.EServices.EDocument."Incoming Document"
Permissions TableData "Incoming Document" = rm

Methods

Reopen

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

Parameters

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

Reject

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

Parameters

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

Fail

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

Parameters

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

Create

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

Parameters

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

PerformManualReopen

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

Parameters

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

PerformManualReject

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

Parameters

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

Events

OnAfterReleaseIncomingDoc

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

Parameters

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

OnAfterCreateDocFromIncomingDocSuccess

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

Parameters

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

OnAfterCreateDocFromIncomingDocFail

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

Parameters

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

See also