📚 SAP Business One SDK Help

Update Method
See Also 
pIBinLocationAttribute
The data for the bin location attribute code to be updated. The BinLocationAttribute object must contain the key of the object to be updated.

Description

Updates an existing bin location attribute code.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIBinLocationAttribute As BinLocationAttribute _
) 

Parameters

pIBinLocationAttribute
The data for the bin location attribute code to be updated. The BinLocationAttribute object must contain the key of the object to be updated.

See Also