📚 SAP Business One SDK Help

Confirmed Property
See Also 

Description

Sets or returns a valid value of BoYesNoEnum type that specifies whether or not this document is confirmed. The information of confirmed documents can be used as a basis for creating other documents (such as invoices).

Field name: Confirmed.

Property type

Read-write property

Syntax

Visual Basic
Public Property Confirmed() As BoYesNoEnum

Remarks

This property is used for sales orders only.

Unconfirmed documents do not change real data such as, storage, account, and so on. After confirmation, the document information cannot be changed and relative information is updated accordingly.

This property is not relevant for oInventoryGenEntry and oInventoryGenExit document types.

See Also