Codeunit FADimensionManagement

ID 5674
Namespace: Microsoft.FixedAssets.FixedAsset

Methods

GetSelectedDim

procedure GetSelectedDim(var SelectedDim: Record "Selected Dimension")

Parameters

Name Type Description
SelectedDim Table Microsoft.Finance.Dimension."Selected Dimension"

GetDimensions

procedure GetDimensions(var DimBuf: Record "Dimension Buffer")

Parameters

Name Type Description
DimBuf Table Microsoft.Finance.Dimension."Dimension Buffer"

CheckFAAllocDim

procedure CheckFAAllocDim(var FAAlloc: Record "FA Allocation", DimSetID: Integer)

Parameters

Name Type Description
FAAlloc Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
DimSetID Integer

GetFALedgEntryDimID

procedure GetFALedgEntryDimID(Type: Integer, DimSetID: Integer)

Parameters

Name Type Description
Type Integer
DimSetID Integer

TestEqualFALedgEntryDimID

procedure TestEqualFALedgEntryDimID(DimSetID: Integer): Boolean

Parameters

Name Type Description
DimSetID Integer

Returns

Type Description
Boolean

Events

OnBeforeCheckFAAllocDim

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckFAAllocDim(var FAAlloc: Record "FA Allocation", DimSetID: Integer, var IsHandled: Boolean)

Parameters

Name Type Description
FAAlloc Table Microsoft.FixedAssets.FixedAsset."FA Allocation"
DimSetID Integer
IsHandled Boolean

See also