Codeunit "Acc. Sched. BarChart DrillDown"

ID 436
Namespace: Microsoft.Finance.FinancialReports

Properties

Name Value
TableNo Table System.Visualization."Bar Chart Buffer"

Events

OnAfterAccSchedManagementSetGLAccRowFilters

[IntegrationEvent(False,False)]
local procedure OnAfterAccSchedManagementSetGLAccRowFilters(var GLAcc: Record "G/L Account", var AccScheduleLine: Record "Acc. Schedule Line", var ColumnLayout: Record "Column Layout")

Parameters

Name Type Description
GLAcc Table Microsoft.Finance.GeneralLedger.Account."G/L Account"
AccScheduleLine Table Microsoft.Finance.FinancialReports."Acc. Schedule Line"
ColumnLayout Table Microsoft.Finance.FinancialReports."Column Layout"

OnAfterAccSchedManagementSetGLAccColumnFilters

[IntegrationEvent(False,False)]
local procedure OnAfterAccSchedManagementSetGLAccColumnFilters(var GLAcc: Record "G/L Account", var AccScheduleLine: Record "Acc. Schedule Line", var ColumnLayout: Record "Column Layout")

Parameters

Name Type Description
GLAcc Table Microsoft.Finance.GeneralLedger.Account."G/L Account"
AccScheduleLine Table Microsoft.Finance.FinancialReports."Acc. Schedule Line"
ColumnLayout Table Microsoft.Finance.FinancialReports."Column Layout"

See also