Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the budget dimension attribute and value pairs from the source ledger dimension.
Syntax
client server public static Map getBudgetDimensionAttributeValues(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 dimension attribute and value pairs.
Remarks
The Map key is the BudgetPrimaryLedgerDimensionAttribute record ID and the Map value is the DimensionAttributeValue display value.