📚 SAP Business One SDK Help

Update Method
See Also 
pIWarehouseSublevelCode
The data for the warehouse sublevel code to be updated. The WarehouseSublevelCode object must contain the key of the object to be updated.

Description

Updates an existing warehouse sublevel code.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIWarehouseSublevelCode As WarehouseSublevelCode _
) 

Parameters

pIWarehouseSublevelCode
The data for the warehouse sublevel code to be updated. The WarehouseSublevelCode object must contain the key of the object to be updated.

See Also