Account Financial Details Summary. Note, designed for Revolving Credit Loan, Deposit and Disbursement Accounts.

<para> Used in various places, e.g., Account Financial page. </para> <para> Returns the following Summary Tables: <list> <item><code>Main</code><description>Main Financial details.</description></item> <item><code>Investment</code><description>Investment details (for Deposit Accounts).</description></item> <item><code>CreditLimits</code><description>Credit Limit details (where Account has Credit Limits).</description></item> <item><code>MaturityInstructions</code><description>Maturity Instruction details (for Deposit Accounts).</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.Account_FinancialDetails(callerScriptInfo, account, [accountCalc], [includeActions], [otherParameters])

Parameters

NameTypeOptionalByRefDescription
callerScriptInfo ISScriptExecutionInfo The Script Information of the Script calling this method.
account finAccount The Account to summarise.
accountCalc finAccountCalc Optional The Account Calculation. If omitted, a value of Nothing 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.

Return Value

ISSummaryTables

An ISSummaryTables object.

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