Table "Acc. Schedule Name"

ID 84
Namespace: Microsoft.Finance.FinancialReports

Properties

Name Value
Caption Financial Report Row Definition
DataCaptionFields 1,2
LookupPageID Page Microsoft.Finance.FinancialReports."Account Schedule Names"
DataClassification CustomerContent

Fields

Name Type Description
Name Code[10]

Specifies the unique name (code) of the financial report row definition. You can use up to 10 characters.

Description Text[80]

Specifies a description of the financial report row definition. The description is not shown on the final report but is used to provide more context when using the definition.

"Default Column Layout" Code[10]
"Analysis View Name" Code[10]

Specifies the name of the analysis view you want the row definition to use. This field is optional.

"Internal Description" Text[250]

Specifies the internal description of row definition. The internal description is not shown on the final report but is used to provide more context when using the definition.

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

DimTotalingLinesAreEmpty

procedure DimTotalingLinesAreEmpty(DimNumber: Integer): Boolean

Parameters

Name Type Description
DimNumber Integer

Returns

Type Description
Boolean

ClearDimTotalingLines

procedure ClearDimTotalingLines(DimNumber: Integer)

Parameters

Name Type Description
DimNumber Integer

Export

procedure Export()

AddRowDefinitionToConfigPackage

procedure AddRowDefinitionToConfigPackage(AccScheduleName: Code[10], var ConfigPackage: Record "Config. Package", PackageCode: Code[20])

Parameters

Name Type Description
AccScheduleName Code[10]
ConfigPackage Table System.IO."Config. Package"
PackageCode Code[20]

Import

procedure Import()

ApplyPackage

procedure ApplyPackage(PackageCode: Code[20])

Parameters

Name Type Description
PackageCode Code[20]

RenameAccountScheduleInPackage

procedure RenameAccountScheduleInPackage(PackageCode: Code[20], OldName: Code[10], NewName: Code[10])

Parameters

Name Type Description
PackageCode Code[20]
OldName Code[10]
NewName Code[10]

See also