📚 SAP Business One SDK Help

Update Method
See Also 
pIUnitOfMeasurementGroup

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

Description

Updates an existing UoM group.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIUnitOfMeasurementGroup As UnitOfMeasurementGroup _
) 

Parameters

pIUnitOfMeasurementGroup

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

See Also