LedgerSIEExportFile::getDimensionAttributeValues Method [AX 2012]

Retrieves the dimension information for the specified combination record ID.

client server private static container getDimensionAttributeValues(RecId _ledgerDimension)

Run On

Called

Parameters

_ledgerDimension
Type: RecId Extended Data Type
The record ID of the DimensionAttributeValueCombination record.

Return Value

Type: container
A container of strings that represent the dimension attribute values with each string contains the dimension attribute and the dimension attribute value separated by an exclamation point.
Show: