<para> Used in the Account Key and Status pages, Workflow Summary and various other places. </para> <para> Returns the following Summary Tables: <list> <item><code>Main</code><description>Main details.</description></item> </list> </para> <para> The following Constants are used from ScriptInfo: <list> <item>None</item> </list> </para> <para> The following Constants are used from callerScriptInfo: <list> <item>None</item> </list> </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| callerScriptInfo | ISScriptExecutionInfo | The Script Information of the Script calling this method. | ||
| account | finAccount | The Account to summarise. | ||
| accountOverdues | finAccountOverdues | Optional | ByRef | A finAccountOverdues object or Nothing. If Nothing then the overdues will be created and returned as a ByRef parameter. If omitted, a value of Nothing is assumed. |
| accountOverduesC | finAccountOverdues | Optional | ByRef | A finAccountOverdues object (representing Contractual Overdues) or Nothing. If Nothing then the overdues will be created and returned as a ByRef parameter. If omitted, a value of Nothing is assumed. |
| lastReversedPaymentDaysMaximum | Integer | Optional | The Maximum Days for warning since last Reversed Payment. If omitted, a value of 120 is assumed. | |
| includeAccountSummary | Boolean | Optional | Indicates whether to include a brief summary of the Account, e.g., Code, Name, Status, Borrowers. If omitted, a value of False is assumed. | |
| includeMonitoringSummary | Boolean | Optional | Indicates whether to include a brief summary of Monitoring. If omitted, a value of False is assumed. | |
| compact | Boolean | Optional | Indicates whether to optimise for displaying in a compact area. If omitted, a value of False is assumed. | |
| newBalanceAdjustment | Decimal | Optional | An Adjustment for the New Balance to display, e.g., if summarising via a Withdrawal wizard. If omitted, a value of 0 is assumed. | |
| newBalanceSuffixWiki | String | Optional | A simple Wiki suffix to apply to the 'New Balance' row. If this is blank, no 'New Balance' row will appear if the New Balance is zero. | |
| includeActions | Boolean | Optional | Indicates whether to Include Actions with the Summary Tables. If omitted, a value of True is assumed. | |
| otherParameters | ISKeyValueList | Optional | Can be used when customising Summary Page Blocks to pass other parameter to the Script. If omitted, a value of Nothing is assumed. |
An ISSummaryTables object.