📚 SAP Business One SDK Help

Update Method
See Also 
pIBinLocation
The data for the bin location to be updated. The BinLocation object must contain the key of the object to be updated.

Description

Updates an existing bin location.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIBinLocation As BinLocation _
) 

Parameters

pIBinLocation
The data for the bin location to be updated. The BinLocation object must contain the key of the object to be updated.

See Also