Table "FA Allocation"

ID 5615
Namespace: Microsoft.FixedAssets.FixedAsset

Properties

Name Value
Caption FA Allocation
DrillDownPageID Page Microsoft.FixedAssets.FixedAsset."FA Allocations"
LookupPageID Page Microsoft.FixedAssets.FixedAsset."FA Allocations"
DataClassification CustomerContent

Fields

Name Type Description
Code Code[20]
"Line No." Integer
Description Text[100]
"Account No." Code[20]
"Global Dimension 1 Code" Code[20]
"Global Dimension 2 Code" Code[20]
"Allocation %" Decimal
"Allocation Type" Enum Microsoft.FixedAssets.FixedAsset."FA Allocation Type"
"Account Name" Text[100]
"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]

ShowDimensions

procedure ShowDimensions()

Events

OnAfterShowDimensions

[IntegrationEvent(False,False)]
local procedure OnAfterShowDimensions(var FAAllocation: Record "FA Allocation")

Parameters

Name Type Description
FAAllocation Table Microsoft.FixedAssets.FixedAsset."FA Allocation"

OnAfterValidateShortcutDimCode

[IntegrationEvent(False,False)]
local procedure OnAfterValidateShortcutDimCode(var FAAllocation: Record "FA Allocation", var xFAAllocation: Record "FA Allocation", FieldNumber: Integer, var ShortcutDimCode: Code[20])

Parameters

Name Type Description
FAAllocation Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
xFAAllocation Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
FieldNumber Integer
ShortcutDimCode Code[20]

OnBeforeValidateShortcutDimCode

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateShortcutDimCode(var FAAllocation: Record "FA Allocation", var xFAAllocation: Record "FA Allocation", FieldNumber: Integer, var ShortcutDimCode: Code[20])

Parameters

Name Type Description
FAAllocation Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
xFAAllocation Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
FieldNumber Integer
ShortcutDimCode Code[20]

OnValidateAccountNoOnBeforeTestFieldDirectPosting

[IntegrationEvent(False,False)]
local procedure OnValidateAccountNoOnBeforeTestFieldDirectPosting(var FAAllocation: Record "FA Allocation", var IsHandled: Boolean)

Parameters

Name Type Description
FAAllocation Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
IsHandled Boolean

See also