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.
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
- _mainAccount
Type: MainAccount Table
The main account.
- _ledgerDimension
Type: RecId Extended Data Type
The ledger dimension.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date.
- _postingType
Type: LedgerPostingType Enumeration
The posting type.