📚 SAP Business One SDK Help

Get Method
See Also 
pIBatchNumberDetailParams

The key of the batch details to retrieve.

Description

Retrieves the batch details for the item.

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

Syntax

Visual Basic
Public Function Get( _
   ByVal pIBatchNumberDetailParams As BatchNumberDetailParams _
) As BatchNumberDetail

Parameters

pIBatchNumberDetailParams

The key of the batch details to retrieve.

See Also