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
CalledParameters
- _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 ClassA query to produce a set of all the DimensionAttributeValues for this dimension-enabled type.
Show: