Share via


LedgerVoucher.addMainAccountToCache Method [AX 2012]

Adds the main account for a valid ledger dimension, accounting date, and posting type combination to the cache.

Syntax

public void addMainAccountToCache(
    MainAccount _mainAccount, 
    RecId _ledgerDimension, 
    TransDate _accountingDate, 
    LedgerPostingType _postingType)

Run On

Server

Parameters

See Also

Reference

LedgerVoucher Class