LedgerSIEExportFile::createDimAttrValueQuery Method [AX 2012]

Constructs a query to retrieve all the dimension attribute values for a dimension-enabled type.

client server private static Query createDimAttrValueQuery(TableId _backingEntityType, RecId _dimensionAttributeId)

Run On

Called

Parameters

_backingEntityType
Type: TableId Extended Data Type
The table number of the dimension-enabled type that serves as the backing table for the dimension.
_dimensionAttributeId
Type: RecId Extended Data Type
The record ID of the DimensionAttribute record for this dimension enabled type.

Return Value

Type: Query Class
A query to produce a set of all the DimensionAttributeValues for this dimension-enabled type.
Show: