Id: | 11536 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 2.00.01 |
Opened: | 18/11/2013 |
Closed: | 18/11/2013 |
Released: | 20/11/2013 |
Job: | J012533 |
![]() |
Pending Withdrawals; now supports a "Close Date", so Pending Withdrawals can be date sensitive
Pending Withdrawals now include a DateClosed property, and therefore have been enhanced as follows:
1. When a Pending Withdrawal is Completed the Date Closed is set to today. The finAccount.GetPendingWithdrawals includes the Pending Withdrawal between the date of the Pending Withdrawal up to the day before it is Closed.
2. When a Pending Withdrawal is Cancelled the Date Closed is set to the Date Opened - and therefore will never been shown as "pending" in finAccount.GetPendingWithdrawals.
Note, currently the date can only set to other dates using the Business Layer.
The finAccount.GetPendingWithdrawals function uses the parameter dateAsAt as follows:
If dateAsAt = Nothing (or unspecified)
ALL incomplete Pending Withdrawals (i.e. with a status of "Pending") are included, regardless of the Pending Withdrawal's date.
If dateAsAt is specified
Pending Withdrawals dated on/before dateAsAt and not Completed (or Cancelled) on/before dateAsAt.
Future dated Pending Withdrawals are NOT included.