📚 SAP Business One SDK Help

NoValidationForStartingEndingBal Property
See Also 

Description

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.

Property type

Read-write property

Syntax

Visual Basic
Public Property NoValidationForStartingEndingBal() As BoYesNoEnum

Remarks

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.

See Also