📚 SAP Business One SDK Help

Get Method
See Also 
pIWarehouseSublevelCodeParams

The key of the warehouse sublevel code to retrieve.

Description

The warehouse sublevel code is specified by its key, which is contained in the WarehouseSublevelCodeParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIWarehouseSublevelCodeParams As WarehouseSublevelCodeParams _
) As WarehouseSublevelCode

Parameters

pIWarehouseSublevelCodeParams

The key of the warehouse sublevel code to retrieve.

See Also