Codeunit "Service-Post and Send"

ID 5979
Namespace: Microsoft.Service.Posting

Properties

Name Value
TableNo Table Microsoft.Service.Document."Service Header"

Events

OnAfterPostAndBeforeSend

[IntegrationEvent(False,False)]
local procedure OnAfterPostAndBeforeSend(var ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"

OnAfterCode

[IntegrationEvent(False,False)]
local procedure OnAfterCode(var ServiceHeader: Record "Service Header")

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"

OnConfirmPostAndSendOnBeforeGetDocumentSendingProfile

[IntegrationEvent(False,False)]
local procedure OnConfirmPostAndSendOnBeforeGetDocumentSendingProfile(ServiceHeader: Record "Service Header", Customer: Record Customer, var DocumentSendingProfile: Record "Document Sending Profile", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceHeader Table Microsoft.Service.Document."Service Header"
Customer Table Microsoft.Sales.Customer.Customer
DocumentSendingProfile Table Microsoft.Foundation.Reporting."Document Sending Profile"
IsHandled Boolean

See also