BudgetControlDimensionAttribute::getBudgetControlDimensionAttributeValues Method
Gets the budget control dimension attribute and value pairs from the source ledger dimension.
Syntax
client server public static Map getBudgetControlDimensionAttributeValues(RecId _primaryLedgerRecId, LedgerDimensionBase _ledgerDimension)
Run On
Called
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: Map Class
A map that contains the budget control dimension attribute and the value pairs.
Remarks
The key of the map is the BudgetControlDimensionAttribute record ID and the value of the map is the DimensionAttributeValue display value.
An empty map will be returned when 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.