📚 SAP Business One SDK Help

Get Method
See Also 
pISerialNumberDetailParams

The key of the serial details to retrieve.

Description

Retrieves the serial details for the item.

The serial details is specified by its key, which is contained in the SerialNumberDetailParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pISerialNumberDetailParams As SerialNumberDetailParams _
) As SerialNumberDetail

Parameters

pISerialNumberDetailParams

The key of the serial details to retrieve.

See Also