Show the Account Financial Form (a restricted version of the Account Quotation).

This simply raises the UIFormShowAccountFinancial event which the User Interface can trap and perform the necessary action.

Syntax

finPageSetHandler.FormShowAccountFinancial(account, [forceAutomaticRecalculation], [allowCancel], [allowAccountTypeSelection])

Parameters

NameTypeOptionalByRefDescription
account finAccount The Account object.
forceAutomaticRecalculation Boolean Optional Indicates whether to Force Automatic Recalculation to occur when editing financial details regardless of the User's preferences. If omitted, a value of False is assumed.
allowCancel Boolean Optional Indicates whether to enable the 'Cancel' button. This should only be True when dealing with a temporary Account, e.g., from an Account Application. If omitted, a value of False is assumed.
allowAccountTypeSelection Boolean Optional Indicates whether to allow Account Type Selection. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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