This simply raises the UIFormShowAccountFinancial event which the User Interface can trap and perform the necessary action.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.