📚 SAP Business One SDK Help

Update Method
See Also 
pIInventoryCounting
The data for the inventory counting transaction to be updated. The InventoryCounting object must contain the key of the object to be updated.

Description

Updates an existing inventory counting transaction.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIInventoryCounting As InventoryCounting _
) 

Parameters

pIInventoryCounting
The data for the inventory counting transaction to be updated. The InventoryCounting object must contain the key of the object to be updated.

See Also