<para> Used in the Account Application 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. | ||
| accountApp | finAccountApp | The Account Application to summarise. | ||
| includeUnused | Boolean | Optional | Indicates whether to include 'Unused' Applicants. If omitted, a value of False is assumed. | |
| 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 Applicant's Contact Methods. If omitted, a value of False is assumed. | |
| showDateOfBirth | Boolean | Optional | Indicates whether to show the Applicant's Date of Birth. If omitted, a value of False 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.