Updates the Properties on the Account Calculation and sets the schedule as at the most recent Payment Arrangement or Restructure.

Syntax

finAccountFunctions.UpdateInterestInAdvanceCurrentSchedule(accountId, [accountCalcPk], [scheduleXML], [postPendingAdjustments])

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id to update the schedule for.
accountCalcPk Integer Optional The Calculation record for the provided Account which will be used to hold the saved schedule. If left blank, Account.Calculation.AccountCalcPk will be used. If omitted, a value of 0 is assumed.
scheduleXML String Optional Optionally, specify the schedule XML to be saved as the current schedule. If not provided, the current schedule as at right now will be used.
postPendingAdjustments Boolean Optional If True, if there is a pending adjustment it will be posted as at todays date prior to updating the schedule. Failing to do this will likely loose any pending adjustments once the schedule has been saved. Assumes True if not specified. If omitted, a value of True is assumed.

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