<para>If dateAsAt = Nothing (or unspecified)</para> <list> <item>ALL incomplete Pending Withdrawals (i.e. with a status of "Pending") are included, regardless of the Pending Withdrawal's Date</item> </list> <para>If dateAsAt specified</para> <list> <item>Pending Withdrawals dated on/before dateAsAt and not Completed (or Cancelled) on/before dateAsAt</item> <item>Future dated Pending Withdrawals are NOT included</item> </list>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| value | Decimal | ByRef | The Total Value of the incomplete Pending Withdrawals. See Remarks. | |
| dateAsAt | Date | Optional | The Date As At. If omitted, a value of ISRuntime.OptionalNullDate is assumed. | |
| futureValue | Decimal | Optional | ByRef | Returns the value of incomplete Pending Withdrawals dated after "dateAsAt". If dateAsAt = Nothing (or unspecified) will return 0. If omitted, a value of 0 is assumed. |
| reviewValue | Decimal | Optional | ByRef | Returns the value of incomplete Pending Withdrawals that are past their review date. If dateAsAt = Nothing (or unspecified) will return 0. If omitted, a value of 0 is assumed. |
A Boolean value indicating success.