Load Statement details from an Account Log.

If the Log Source is 'AccountStatement', included Transactions will be as per Statement Generation. If not, included Transactions will be as per the 'DateRange' Parameter stored on the Log.

Syntax

finAccountStatementDetails.LoadFromAccountLog(accountLog, useContractualOverdue, [showDisbursements], [showReversedTransactions], [showZeroInterestTransactions])

Parameters

NameTypeOptionalByRefDescription
accountLog finAccountLog
useContractualOverdue Boolean Indicates whether use Contractual Overdue rather than normal Overdue.
showDisbursements Boolean Optional Indicates whether to include Disbursement Transactions. If omitted, a value of False is assumed.
showReversedTransactions Boolean Optional Indicates whether to include Reversed Transactions. Note, only Transactions with both reversals will be omitted. If omitted, a value of False is assumed.
showZeroInterestTransactions Boolean? Optional Indicates whether to include Zero Interest Transactions. Note, if not specified, uses the setting from the Account Type. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccountStatementDetails
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0