📚 SAP Business One SDK Help

Update Method
See Also 
pIUnitOfMeasurement

The data for the UoM to be updated. The UnitOfMeasurement object must contain the key of the object to be updated.

Description

Updates an existing UoM.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIUnitOfMeasurement As UnitOfMeasurement _
) 

Parameters

pIUnitOfMeasurement

The data for the UoM to be updated. The UnitOfMeasurement object must contain the key of the object to be updated.

See Also