Report "VAT Report Request Page"

ID 742
Namespace: Microsoft.Finance.VAT.Reporting

Properties

Name Value
Caption VAT Report Request Page
ProcessingOnly True

Events

OnAfterSetPeriodIsEditable

[IntegrationEvent(False,False)]
local procedure OnAfterSetPeriodIsEditable(VATReportHeader: Record "VAT Report Header", var PeriodIsEditable: Boolean)

Parameters

Name Type Description
VATReportHeader Table Microsoft.Finance.VAT.Reporting."VAT Report Header"
PeriodIsEditable Boolean

OnBeforeVATStatementLineFindSet

[IntegrationEvent(False,False)]
local procedure OnBeforeVATStatementLineFindSet(VATStatementLine: Record "VAT Statement Line", VATReportHeader: Record "VAT Report Header")

Parameters

Name Type Description
VATStatementLine Table Microsoft.Finance.VAT.Reporting."VAT Statement Line"
VATReportHeader Table Microsoft.Finance.VAT.Reporting."VAT Report Header"

OnBeforeCalcLineTotalWithBase

[IntegrationEvent(False,False)]
local procedure OnBeforeCalcLineTotalWithBase(var VATStatementReportLine: Record "VAT Statement Report Line", VATStatementLine: Record "VAT Statement Line", VATReportHeader: Record "VAT Report Header")

Parameters

Name Type Description
VATStatementReportLine Table Microsoft.Finance.VAT.Reporting."VAT Statement Report Line"
VATStatementLine Table Microsoft.Finance.VAT.Reporting."VAT Statement Line"
VATReportHeader Table Microsoft.Finance.VAT.Reporting."VAT Report Header"

See also