Share via


LedgerJournalTable.journalBalanceOnAccount Method

Calculates a balance amount, specified journal, account type, and account.

Syntax

public AmountMST journalBalanceOnAccount(
    LedgerJournalACType _accountType, 
    DimensionDynamicAccount _dimensionDynamicAccount, 
   [boolean _onlyOffset])

Run On

ClientOrServer

Parameters

  • _onlyOffset
    Type: boolean
    A Boolean value that restricts the balance calculation the offset portion of the LedgerJournalTrans records that are selected.

Return Value

Type: AmountMST Extended Data Type
The balance of the selected transactions as an AmountMST value.

Remarks

The summary debit and credit amounts are converted to an AmountMST data type before netting the balance amount.

See Also

Reference

LedgerJournalTable Table