This simply raises the UIFormShowAccountSchedule event which the User Interface can trap and perform the necessary action.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| account | finAccount | The Account object. | ||
| accountCalc | finAccountCalc | Optional | An optional Account Calculation object. If omitted, the Account's current Calculation will be used. If omitted, a value of Nothing is assumed. | |
| allowEdit | Boolean | Optional | Indicates whether to enable editing functionality on the Account Schedule Form. If True, this will ignore the 'accountCalc' and use the Account's current Calculation. If omitted, a value of False is assumed. | |
| gotoWhatIf | Boolean | Optional | Indicates whether to go to the first 'What If' Schedule entry, e.g., a 'What If' Account Payment. If omitted, a value of False is assumed. |
A Boolean value indicating success.