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
server private static container getBudgetDimensionAttributeValuesServer(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 that has budget dimension attribute and value pairs.
Remarks
The packed Map key is the BudgetPrimaryLedgerDimensionAttribute record ID and the packed Map value is the DimensionAttributeValue display value.