📚 SAP Business One SDK Help

Get Method
See Also 
pIInventoryCountingParams

The key of the inventory counting transaction to retrieve.

Description

Retrieves an inventory counting transaction.

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

Syntax

Visual Basic
Public Function Get( _
   ByVal pIInventoryCountingParams As InventoryCountingParams _
) As InventoryCounting

Parameters

pIInventoryCountingParams

The key of the inventory counting transaction to retrieve.

See Also