<para> Used in various places, e.g., Client Key Details page. </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. | ||
| client | finClient | The Client to summarise. | ||
| includeClosedAccounts | Boolean | Indicates whether to include Closed Accounts and Account Applications. | ||
| hideClosedAccounts | Boolean | Indicates whether to hide Closed Accounts. | ||
| showAccountDescription | Boolean | Indicates whether to show an Account Description column. | ||
| showOpening | Boolean | Indicates whether to show the Opening column. | ||
| showOverdue | Boolean | Indicates whether to show the Overdue column. | ||
| showContractualOverdue | Boolean | Indicates whether to show the Contractual Overdue column. | ||
| showTotals | Boolean | Indicates whether to show Totals. | ||
| maxDisplayRows | Integer | Optional | <para> The Maximum number of Rows to Display in the table before a 'Show Hidden' link is displayed. </para> <para> NOTE: If this is less than the number of Non-Closed Accounts (including Account Applications) then any Closed Accounts will be hidden and this value adjusted to ensure that Open and Quote Accounts are always shown. </para> If omitted, a value of 20 is assumed. | |
| otherParameters | ISKeyValueList | Optional | Can be used when customising Summary Page Blocks to pass other parameter to the Script. <para> <list> <item><code>ShowAccountsOrderBy</code><description>Order that Accounts are listed in. Options include {blank}, Reverse and DateOpenedDesc".</description></item> </list> </para> If omitted, a value of Nothing is assumed. |
An ISSummaryTables object.