📚 SAP Business One SDK Help

Update Method
See Also 
pISerialNumberDetail
The data for the serial details to be updated. The SerialNumberDetail object must contain the key of the object to be updated.

Description

Updates the serial details for the item.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pISerialNumberDetail As SerialNumberDetail _
) 

Parameters

pISerialNumberDetail
The data for the serial details to be updated. The SerialNumberDetail object must contain the key of the object to be updated.

See Also