<para> Used in the Account Key Details page 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. | ||
| showCity | Boolean | Optional | Indicates whether to include an 'Address' column containing the City with the full address shown in a popup. If omitted, a value of True is assumed. | |
| showFullAddress | Boolean | Optional | Indicates whether to include an 'Address' column containing the full address (physical if available, if not, postal). If omitted, a value of False is assumed. | |
| showContactMethods | Boolean | Optional | Indicates whether to include columns detailing the Client's Contact Methods. If omitted, a value of False is assumed. | |
| contactMethodsIds | String | Optional | A range of Contact Method Ids to include or a blank String to include all Contact Methods with no category. | |
| showDateOfBirth | Boolean | Optional | Indicates whether to show the Client's Date of Birth. If omitted, a value of False is assumed. | |
| showPassCode | Boolean | Optional | Indicates whether to show the Client's Pass Code. If omitted, a value of True is assumed. | |
| includeRoleOwner | Boolean | Optional | Indicates whether to include Owners. If omitted, a value of True is assumed. | |
| includeRoleGuarantor | Boolean | Optional | Indicates whether to include Guarantors. If omitted, a value of True is assumed. | |
| includeRoleOther | Boolean | Optional | Indicates whether to include 'Other' Account Roles. If omitted, a value of True is assumed. | |
| maxDisplayRows | Integer | Optional | The Maximum number of Rows to Display in the table before a 'Show Hidden' link is displayed. If omitted, a value of 20 is assumed. | |
| 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.