Report "Standard Sales - Quote"

ID 1304
Namespace: Microsoft.Sales.Document

Properties

Name Value
Caption Sales - Quote
DefaultRenderingLayout StandardSalesQuote.docx
PreviewMode PrintLayout
WordMergeDataItem Header

Methods

InitializeRequest

procedure InitializeRequest(NewLogInteraction: Boolean)

Parameters

Name Type Description
NewLogInteraction Boolean

Events

OnAfterFormatDocumentFields

[IntegrationEvent(False,False)]
local procedure OnAfterFormatDocumentFields(var SalesHeader: Record "Sales Header")

Parameters

Name Type Description
SalesHeader Table Microsoft.Sales.Document."Sales Header"

OnAfterSetLanguage

[IntegrationEvent(False,False)]
local procedure OnAfterSetLanguage()

OnAfterSetFormatRegion

[IntegrationEvent(False,False)]
local procedure OnAfterSetFormatRegion()

OnBeforeCalcVATAmountLines

[IntegrationEvent(False,False)]
local procedure OnBeforeCalcVATAmountLines(var Header: Record "Sales Header", var Line: Record "Sales Line")

Parameters

Name Type Description
Header Table Microsoft.Sales.Document."Sales Header"
Line Table Microsoft.Sales.Document."Sales Line"

OnLineOnAfterGetRecordOnAfterUpdateVATOnLines

[IntegrationEvent(False,False)]
local procedure OnLineOnAfterGetRecordOnAfterUpdateVATOnLines(var SalesHeader: Record "Sales Header", var SalesLine: Record "Sales Line")

Parameters

Name Type Description
SalesHeader Table Microsoft.Sales.Document."Sales Header"
SalesLine Table Microsoft.Sales.Document."Sales Line"

OnInitReportForGlobalVariable

[IntegrationEvent(False,False)]
local procedure OnInitReportForGlobalVariable(var IsHandled: Boolean, var LegalOfficeTxt: Text, var LegalOfficeLbl: Text, var CustomGiroTxt: Text, var CustomGiroLbl: Text, var LegalStatementLbl: Text)

Parameters

Name Type Description
IsHandled Boolean
LegalOfficeTxt Text
LegalOfficeLbl Text
CustomGiroTxt Text
CustomGiroLbl Text
LegalStatementLbl Text

OnHeaderOnAfterGetRecordOnAfterUpdateNoPrinted

[IntegrationEvent(True,False)]
local procedure OnHeaderOnAfterGetRecordOnAfterUpdateNoPrinted(ReportInPreviewMode: Boolean, var SalesHeader: Record "Sales Header")

Parameters

Name Type Description
ReportInPreviewMode Boolean
SalesHeader Table Microsoft.Sales.Document."Sales Header"

See also