Load overdues from a finAccount object.

This will force the Account's transactions to be loaded.

Syntax

finAccountOverdues.LoadFromAccount(account, contractual, [dateAsAt], [applySmallBalanceThreshold], [updateAccountOverdueFromDate], [overrideLimitOverdueToBalance], [limitOverdueToBalanceOverrider])

Parameters

NameTypeOptionalByRefDescription
account finAccount The Account to load overdues from.
contractual Boolean If True Contractual Overdues are loaded, otherwise if False Overdue values are loaded.
dateAsAt Date Optional The Date to load Overdues "as at". If omitted today is assumed. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
applySmallBalanceThreshold Boolean Optional Apply Small Overdue balance threshold from Account Type? If omitted, a value of True is assumed.
updateAccountOverdueFromDate Boolean Optional Update denormalised Account 'OverdueFromDate' or 'OverdueCFromDate' columns in the database? If omitted, a value of False is assumed.
overrideLimitOverdueToBalance Boolean Optional Override the Account Type 'Limit the Overdue Balance to the balance of the Account?' setting? limitOverdueToBalanceOverrider parameters defines the overriding setting. If omitted, a value of False is assumed.
limitOverdueToBalanceOverrider Boolean Optional If overrideLimitOverdueToBalance = True, the setting to use. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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