GeneralJournalEntry::getBalances Method
Gets the accounting currency amount and reporting currency amount balances.
Syntax
client server public static container getBalances(Voucher _subledgerVoucher, TransDate _accountingDate)
Run On
Called
Parameters
- _subledgerVoucher
Type: Voucher Extended Data Type
The subledger voucher of the balance.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date of the balance.
Return Value
Type: container
The accounting currency amount and reporting currency amount balances in a container.
Exceptions
Exception | Condition |
---|---|
Error | The _subledgerVoucher parameter is empty. –or– The _accountingDate parameter is empty. |