InventValueReportPopulateLedger.getDimensionSetValue Method [AX 2012]
Gets a printable value for the given dimension set.
Syntax
protected String30 getDimensionSetValue(
container _dimensionSetList,
MainAccountNum _mainAccountId,
DimensionValue _dimensionValue)
Run On
Server
Parameters
- _dimensionSetList
Type: container
A container that contains a list of dimensions to print.
- _mainAccountId
Type: MainAccountNum Extended Data Type
The main account to be printed.
- _dimensionValue
Type: DimensionValue Extended Data Type
The dimension value to be printed.
Return Value
Type: String30 Extended Data Type
A printable string value for the given dimension set.