Save this record.

Syntax

finAccount.Save([openAccount], [openFailed], [savePostFailed], [statusChangePostFailed])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

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