PurchYearEndProcess::lookupLedgerFundForAccountDim Method [AX 2012]
Looks up the LedgerFund record based on the passed-in LedgerDimension
client server private static Map lookupLedgerFundForAccountDim(RecId _ledgerDimension, Map _ledgerFundMap)
Run On
CalledParameters
- _ledgerDimension
- Type: RecId Extended Data Type
A LedgerDimension value.
- _ledgerFundMap
- Type: Map Class
A Map containing the passed-in LedgerDimension and the related LedgerFund record.
Return Value
Type: Map ClassA Map containing the passed-in LedgerDimension and the related LedgerFund record.
Show: