📚 SAP Business One SDK Help

Get Method
See Also 
pIBinLocationFieldParams

The key of the bin location field to retrieve.

Description

Retrieves a bin location field.

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

Syntax

Visual Basic
Public Function Get( _
   ByVal pIBinLocationFieldParams As BinLocationFieldParams _
) As BinLocationField

Parameters

pIBinLocationFieldParams

The key of the bin location field to retrieve.

See Also