📚 SAP Business One SDK Help

Get Method
See Also 
pIBinLocationParams

The key of the bin location to retrieve.

Description

Retrieves a bin location.

The bin location is specified by its key, which is contained in the BinLocationParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIBinLocationParams As BinLocationParams _
) As BinLocation

Parameters

pIBinLocationParams

The key of the bin location to retrieve.

See Also