Define whether you can finalize a bank statement even if the difference does not equal zero; and whether the starting balance of your current bank statement can be different to the ending balance of the previous one.
Field name: NoValidBal.
Define whether you can finalize a bank statement even if the difference does not equal zero; and whether the starting balance of your current bank statement can be different to the ending balance of the previous one.
Field name: NoValidBal.
| Visual Basic |
|---|
Public Property NoValidationForStartingEndingBal() As BoYesNoEnum |
No - You can finalize a bank statement only when the difference equals zero; and the starting balance of your current bank statement must be the same to the ending balance of the previous one.
Yes - You can finalize a bank statement even if the difference does not equal zero; and the starting balance of your current bank statement can be different to the ending balance of the previous one.