Get basic Overdue details for an Account.

Do not use this where you already have an Account object or are going to make multiple calls to find Overdue details as at various date; instead use the finAccountOverdues object.

Syntax

finAccountFunctions.GetOverdueDetailsPk(accountPk, dateAsAt, daysOverdue, businessDaysOverdue, overdue, daysNotOverdue, businessDaysNotOverdue)

Parameters

NameTypeOptionalByRefDescription
accountPk Integer The primary key of the Account.
dateAsAt Date The Date As At for Overdues.
daysOverdue Integer ByRef The number of Days (exclusive) Overdue.
businessDaysOverdue Integer ByRef The number of Business Days (exclusive) Overdue (based on this Account's Entity's Business Days Calendar).
overdue Decimal ByRef The amount Overdue.
daysNotOverdue Integer ByRef The number of Days (exclusive) that this Account has not been overdue if the Overdue amount is zero.
businessDaysNotOverdue Integer ByRef The number of Business Days (exclusive) since the Account has not been overdue if the Overdue amount is zero.

Return Value

Boolean

A Boolean value indicating success.

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