📚 SAP Business One SDK Help

Update Method
See Also 
pIBatchNumberDetail
The data for the batch details to be updated. The BatchNumberDetail object must contain the key of the object to be updated.

Description

Updates the batch details for the item.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIBatchNumberDetail As BatchNumberDetail _
) 

Parameters

pIBatchNumberDetail
The data for the batch details to be updated. The BatchNumberDetail object must contain the key of the object to be updated.

See Also