| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| openAccount | Boolean | Optional | If the current Status is 'Quote' this will automatically open the Account after saving it. If omitted, a value of False is assumed. | |
| openFailed | Boolean | Optional | ByRef | Indicates whether the Account failed to be 'Opened'. This is done after all information has been saved hence the Save method will not return False in this case. If omitted, a value of False is assumed. |
| savePostFailed | Boolean | Optional | ByRef | Returns True if the "SavePost" event script fails. If omitted, a value of False is assumed. |
| statusChangePostFailed | Boolean | Optional | ByRef | Returns True if the "StatusChangePost" event script fails. If omitted, a value of False is assumed. |
A Boolean value indicating success.