BudgetControlDimensionAttribute::getBudgetControlDimAttributeValuesServer Method
Gets the budget control dimension attribute and value pairs from the source ledger dimension.
Syntax
server private static container getBudgetControlDimAttributeValuesServer(RecId _primaryLedgerRecId, LedgerDimensionBase _ledgerDimension)
Run On
Server
Parameters
- _primaryLedgerRecId
Type: RecId Extended Data Type
The record ID of the primary ledger record.
- _ledgerDimension
Type: LedgerDimensionBase Extended Data Type
The record ID of the source ledger dimension record.
Return Value
Type: container
A packed map of the budget control dimension attribute and the value pairs.
Remarks
The key of the packed map is the BudgetControlDimensionAttribute record ID and the value of the packed map is the DimensionAttributeValue display value.
An empty packed map will be returned if the primary ledger does not have an active budget control configuration or the account structure from the source ledger dimension does not match the one from the budget control configuration.