Table "G/L Account (Analysis View)"

ID 376
Namespace: Microsoft.Finance.Analysis

Properties

Name Value
Caption G/L Account (Analysis View)
DataCaptionFields 1,2
DataClassification CustomerContent

Fields

Name Type Description
"No." Code[20]
Name Text[100]
"Search Name" Code[100]
"Account Type" Enum Microsoft.Finance.GeneralLedger.Account."G/L Account Type"
"Account Source" Enum Microsoft.Finance.Analysis."Analysis Account Source"
"Global Dimension 1 Code" Code[20]
"Global Dimension 2 Code" Code[20]
"Income/Balance" Enum Microsoft.Finance.GeneralLedger.Account."G/L Account Report Type"
"Debit/Credit" Option
"No. 2" Code[20]
Comment Boolean
Blocked Boolean
"Direct Posting" Boolean
"Reconciliation Account" Boolean
"New Page" Boolean
"No. of Blank Lines" Integer
Indentation Integer
"Last Date Modified" Date
"Cash Flow Forecast Filter" Code[20]
"Date Filter" Date
"Global Dimension 1 Filter" Code[20]
"Global Dimension 2 Filter" Code[20]
"Balance at Date" Decimal
"Net Change" Decimal
"Budgeted Amount" Decimal
Totaling Text[250]
"Budget Filter" Code[10]
Balance Decimal
"Budgeted at Date" Decimal
"Consol. Debit Acc." Code[20]
"Consol. Credit Acc." Code[20]
"Business Unit Filter" Code[20]
"Gen. Posting Type" Option
"Gen. Bus. Posting Group" Code[20]
"Gen. Prod. Posting Group" Code[20]
"Debit Amount" Decimal
"Credit Amount" Decimal
"Automatic Ext. Texts" Boolean
"Budgeted Debit Amount" Decimal
"Budgeted Credit Amount" Decimal
"Tax Area Code" Code[20]
"Tax Liable" Boolean
"Tax Group Code" Code[20]
"VAT Bus. Posting Group" Code[20]
"VAT Prod. Posting Group" Code[20]
"Additional-Currency Net Change" Decimal
"Add.-Currency Balance at Date" Decimal
"Additional-Currency Balance" Decimal
"Exchange Rate Adjustment" Option
"Add.-Currency Debit Amount" Decimal
"Add.-Currency Credit Amount" Decimal
"Analysis View Filter" Code[10]
"Dimension 1 Filter" Code[20]
"Dimension 2 Filter" Code[20]
"Dimension 3 Filter" Code[20]
"Dimension 4 Filter" Code[20]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetCaptionClass

procedure GetCaptionClass(AnalysisViewDimType: Integer): Text[250]

Parameters

Name Type Description
AnalysisViewDimType Integer

Returns

Type Description
Text[250]

CopyDimFilters

procedure CopyDimFilters(var AccSchedLine: Record "Acc. Schedule Line")

Parameters

Name Type Description
AccSchedLine Table Microsoft.Finance.FinancialReports."Acc. Schedule Line"

SetDimFilters

procedure SetDimFilters(DimFilter1: Text, DimFilter2: Text, DimFilter3: Text, DimFilter4: Text)

Parameters

Name Type Description
DimFilter1 Text
DimFilter2 Text
DimFilter3 Text
DimFilter4 Text

Events

OnBeforeGetCaptionClass

[IntegrationEvent(False,False)]
local procedure OnBeforeGetCaptionClass(var GLAccountAnalysisView: Record "G/L Account (Analysis View)", AnalysisViewDimType: Integer, var Result: Text[250], var IsHandled: Boolean)

Parameters

Name Type Description
GLAccountAnalysisView Table Microsoft.Finance.Analysis."G/L Account (Analysis View)"
AnalysisViewDimType Integer
Result Text[250]
IsHandled Boolean

See also