Client Summary.

<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> <item><code>Contacts</code><description>Contact details (optional if parameters "SingleTable"=False).</description></item> <item><code>Akas</code><description>AKA details (optional).</description></item> <item><code>Notes</code><description>Notes (if configured under Global Settings, General, Summary Pages).</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>

Syntax

finSummaryPageStandardBlocksBase.Client_Summary3(callerScriptInfo, client, includedContactMethodPks, [includeClientIdHyperlink], [includeInvalidContactMethods], [includeAkas], [otherParameters])

Parameters

NameTypeOptionalByRefDescription
callerScriptInfo ISScriptExecutionInfo The Script Information of the Script calling this method.
client finClient The Client to summarise.
includedContactMethodPks ISList ByRef A list of Client Contact Methods included in the 'Contacts' table. This can be used to exclude these Contact Methods from other places on the Summary Page.
includeClientIdHyperlink Boolean Optional Indicates whether to include a hyperlink on the Client Id to show the Clients form. If omitted, a value of True is assumed.
includeInvalidContactMethods Boolean Optional Indicates whether to include invalid Phone Numbers and Email Addresses. If omitted, a value of False is assumed.
includeAkas Boolean Optional Indicates whether to include the AKAs table. 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. <para> The following parameters may be specified: <list> <item><code>SingleTable</code><description>Include all details in "Main" Summary Table.</description></item> <item><code>ImageWidthPixels</code><description>If greater than 0 include Image as the width specified.</description></item> </list> </para> If omitted, a value of Nothing is assumed.

Return Value

ISSummaryTables

An ISSummaryTables object.

Member of:
finSummaryPageStandardBlocksBase
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0