📚 SAP Business One SDK Help

Get Method
See Also 
pIInventoryPostingParams

The key of the inventory posting transaction to retrieve.

Description

Retrieves an inventory posting transaction.

The inventory posting transaction is specified by its key, which is contained in the InventoryPostingParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIInventoryPostingParams As InventoryPostingParams _
) As InventoryPosting

Parameters

pIInventoryPostingParams

The key of the inventory posting transaction to retrieve.

See Also