📚 SAP Business One SDK Help

Update Method
See Also 
pIBinLocationField
The data for the bin location field to be updated. The BinLocationField object must contain the key of the object to be updated.

Description

Updates an existing bin location field.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIBinLocationField As BinLocationField _
) 

Parameters

pIBinLocationField
The data for the bin location field to be updated. The BinLocationField object must contain the key of the object to be updated.

See Also