Article Details
Id:18667
Product:finPOWER Connect
Type:NEW
Version:3.04.02
Opened:06/10/2021
Closed:11/10/2021
Released:02/12/2021
Job: J027519

Account Overdues; add ability to override Account Type "Limit the Overdue Balance to the balance of the Account?" via scripting

There is now the ability to override the Account Type "Limit the Overdue Balance to the balance of the Account?" via scripting.

  • finAccountOverdues
    • New parameters in LoanAccount function.
      • overrideLimitOverdueToBalance.
        • If True, will override the Account Type 'Limit the Overdue Balance to the balance of the Account?' setting.
      • limitOverdueToBalanceOverrider.
        • If overrideLimitOverdueToBalance = True, the setting to use.
    • New property "LimitOverdueToBalance".
      • Returns the option used when calculating Overdues.
  • finAccount
    • GetBalanceOverdue, GetBalanceOverdueContractual, GetOverdueDays and GetOverdueContractualDays functions.
      • New parameters:
        • overrideLimitOverdueToBalance.
          • If True, will override the Account Type 'Limit the Overdue Balance to the balance of the Account?' setting.
        • limitOverdueToBalanceOverrider.
          • If overrideLimitOverdueToBalance = True, the setting to use.