LedgerConsolidate.getDimensionsAttributes Method [AX 2012]

Creates a sorted list of the dimensions from the source dimensions.

public List getDimensionsAttributes(TmpLedgerConsDimensionAttribute _consolidationDimensionAttribute, [boolean _deleteRecord])

Run On

Called

Parameters

_consolidationDimensionAttribute
Type: TmpLedgerConsDimensionAttribute Table
The table that holds the source dimension records.
_deleteRecord
Type: boolean
true if the source dimension record must be deleted; optional.

Return Value

Type: List Class
The list of destination dimension attribute IDs in the correct order.

All records in the dimension table are deleted.

Community Additions

ADD
Show: