Table "Alloc. Account Distribution"

ID 2671
Namespace: Microsoft.Finance.AllocationAccount

Properties

Name Value
DataClassification CustomerContent

Fields

Name Type Description
"Allocation Account No." Code[20]
"Line No." Integer
"Account Type" Option
Share Decimal
Percent Decimal
"Share Updated at" DateTime
"Destination Account Type" Enum Microsoft.Finance.AllocationAccount."Destination Account Type"
"Destination Account Number" Code[20]
"Breakdown Account Type" Enum Microsoft.Finance.AllocationAccount."Breakdown Account Type"
"Breakdown Account Number" Code[20]
"Calculation Period" Enum Microsoft.Finance.AllocationAccount."Allocation Account Period"
"Dimension 1 Filter" Text[1024]
"Dimension 2 Filter" Text[1024]
"Dimension 3 Filter" Text[1024]
"Dimension 4 Filter" Text[1024]
"Dimension 5 Filter" Text[1024]
"Dimension 6 Filter" Text[1024]
"Dimension 7 Filter" Text[1024]
"Dimension 8 Filter" Text[1024]
"Business Unit Code Filter" Text[1024]
"Global Dimension 1 Code" Code[20]
"Global Dimension 2 Code" Code[20]
"Dimension Set ID" Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

ValidateShortcutDimCode

procedure ValidateShortcutDimCode(FieldNumber: Integer, var ShortcutDimCode: Code[20])

Parameters

Name Type Description
FieldNumber Integer
ShortcutDimCode Code[20]

Events

OnLookupBreakdownAccountNumber

[IntegrationEvent(False,False)]
local procedure OnLookupBreakdownAccountNumber(var AllocAccountDistribution: Record "Alloc. Account Distribution", var Handled: Boolean)

Parameters

Name Type Description
AllocAccountDistribution Table Microsoft.Finance.AllocationAccount."Alloc. Account Distribution"
Handled Boolean

OnLookupBreakdownAccountName

[IntegrationEvent(False,False)]
local procedure OnLookupBreakdownAccountName(var AllocAccountDistribution: Record "Alloc. Account Distribution", var AccountName: Text[2048], var Handled: Boolean)

Parameters

Name Type Description
AllocAccountDistribution Table Microsoft.Finance.AllocationAccount."Alloc. Account Distribution"
AccountName Text[2048]
Handled Boolean

See also