📚 SAP Business One SDK Help

Update Method
See Also 
pIInventoryPosting
The data for the inventory posting transaction to be updated. The InventoryPosting object must contain the key of the object to be updated.

Description

Updates an existing inventory posting transaction.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIInventoryPosting As InventoryPosting _
) 

Parameters

pIInventoryPosting
The data for the inventory posting transaction to be updated. The InventoryPosting object must contain the key of the object to be updated.

See Also