📚 SAP Business One SDK Help

Update Method
See Also 
pIBarcode
The data for the bar code to be updated. The BarCode object must contain the key of the object to be updated.

Description

Updates an existing bar code.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIBarcode As BarCode _
) 

Parameters

pIBarcode
The data for the bar code to be updated. The BarCode object must contain the key of the object to be updated.

See Also