Codeunit "Trial Balance Mgt."

ID 1318
Namespace: Microsoft.Finance.FinancialReports

Methods

LoadData

procedure LoadData(var DescriptionsArr: array[9] of Text[100], var ValuesArr: array[9, 2] of Decimal, var PeriodCaptionTxt: array[2] of Text, NoOfColumns: Integer)

Parameters

Name Type Description
DescriptionsArr array[9] of Text[100]
ValuesArr array[9, 2] of Decimal
PeriodCaptionTxt array[2] of Text
NoOfColumns Integer

SetupIsInPlace

procedure SetupIsInPlace(): Boolean

Returns

Type Description
Boolean

DrillDown

procedure DrillDown(RowNo: Integer, ColumnNo: Integer)

Parameters

Name Type Description
RowNo Integer
ColumnNo Integer

NextPeriod

procedure NextPeriod(var DescriptionsArr: array[9] of Text[100], var ValuesArr: array[9, 2] of Decimal, var PeriodCaptionTxt: array[2] of Text, NoOfColumns: Integer)

Parameters

Name Type Description
DescriptionsArr array[9] of Text[100]
ValuesArr array[9, 2] of Decimal
PeriodCaptionTxt array[2] of Text
NoOfColumns Integer

PreviousPeriod

procedure PreviousPeriod(var DescriptionsArr: array[9] of Text[100], var ValuesArr: array[9, 2] of Decimal, var PeriodCaptionTxt: array[2] of Text, NoOfColumns: Integer)

Parameters

Name Type Description
DescriptionsArr array[9] of Text[100]
ValuesArr array[9, 2] of Decimal
PeriodCaptionTxt array[2] of Text
NoOfColumns Integer

Events

OnBeforeInitialize

[IntegrationEvent(True,False)]
local procedure OnBeforeInitialize()

OnUpdateArraysOnBeforeCheckArrayLen

[IntegrationEvent(False,False)]
local procedure OnUpdateArraysOnBeforeCheckArrayLen(Counter: Integer)

Parameters

Name Type Description
Counter Integer

See also