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

Called

Parameters

_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 Class
A Map containing the passed-in LedgerDimension and the related LedgerFund record.

The method is used for caching and is marked static to ensure it is executed on the same tier it is called from.

Show: