Codeunit "Serv. Doc. Exchange Mgt."

ID 6468
Namespace: Microsoft.EServices.EDocument

Methods

SetServiceDoc

procedure SetServiceDoc(var ServiceHeader: Record "Service Header", var IncomingDocument: Record "Incoming Document")

Parameters

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

GetServiceIncomingDocumentType

procedure GetServiceIncomingDocumentType(ServiceDocumentType: Enum "Service Document Type"): Enum "Incoming Document Type"

Parameters

Name Type Description
ServiceDocumentType Enum Microsoft.Service.Document."Service Document Type"

Returns

Type Description
Enum Microsoft.EServices.EDocument."Incoming Document Type"

Events

OnGetServiceIncomingDocumentType

[IntegrationEvent(False,False)]
local procedure OnGetServiceIncomingDocumentType(ServiceDocumentType: Enum "Service Document Type", var IncomingDocumentType: Enum "Incoming Document Type", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceDocumentType Enum Microsoft.Service.Document."Service Document Type"
IncomingDocumentType Enum Microsoft.EServices.EDocument."Incoming Document Type"
IsHandled Boolean

See also