This element will become obsolete from version 25.0. Replaced by same procedure in codeunit "Serv. Report Distribution Mgt."
[Obsolete(Replaced by same procedure in codeunit "Serv. Report Distribution Mgt.",25.0)]
procedure RunDefaultCheckServiceElectronicDocument(ServiceHeader: Record "Service Header")
[IntegrationEvent(False,False)]
local procedure OnBeforeRunDefaultCheckSalesElectronicDocument(var SalesHeader: Record "Sales Header", var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeGetBillToCustomer(var Customer: Record Customer, DocumentVariant: Variant, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnBeforeGetReportCaption(ReportID: Integer, LanguageCode: Code[10], var ReportCaption: Text[250], var IsHandled: Boolean)
Parameters
Name
Type
Description
ReportID
Integer
LanguageCode
Code[10]
ReportCaption
Text[250]
IsHandled
Boolean
OnBeforeSendXmlEmailAttachment
[IntegrationEvent(False,False)]
local procedure OnBeforeSendXmlEmailAttachment(var ElectronicDocumentFormat: Record "Electronic Document Format", var Customer: Record Customer, var DocumentSendingProfile: Record "Document Sending Profile")
[IntegrationEvent(False,False)]
local procedure OnBeforeVANDocumentReport(HeaderDoc: Variant, var TempDocumentSendingProfile: Record "Document Sending Profile" temporary, var ElectronicDocumentFormat: Record "Electronic Document Format")
[IntegrationEvent(False,False)]
local procedure OnAfterGetFullDocumentTypeText(DocumentVariant: Variant, var DocumentTypeText: Text[50], var DocumentRecordRef: RecordRef)
Parameters
Name
Type
Description
DocumentVariant
Variant
DocumentTypeText
Text[50]
DocumentRecordRef
RecordRef
OnGetDocumentLanguageCodeCaseElse
[IntegrationEvent(False,False)]
local procedure OnGetDocumentLanguageCodeCaseElse(DocumentRecordRef: RecordRef, var LanguageCode: Code[10])
Parameters
Name
Type
Description
DocumentRecordRef
RecordRef
LanguageCode
Code[10]
OnVANDocumentReportOnBeforeLoopIteration
[IntegrationEvent(False,False)]
local procedure OnVANDocumentReportOnBeforeLoopIteration(var RecordRef: RecordRef, var HeaderDoc: Variant)
Parameters
Name
Type
Description
RecordRef
RecordRef
HeaderDoc
Variant
OnVANDocumentReportOnBeforeRunDeliveryCodeunit
[IntegrationEvent(False,False)]
local procedure OnVANDocumentReportOnBeforeRunDeliveryCodeunit(var RecordExportBuffer: Record "Record Export Buffer")