📚 SAP Business One SDK Help

UpdateMaterialGroup Method
See Also 
pIMaterialGroup

The data for the material group to be updated. The MaterialGroup object must contain the key of the object to be updated.

Description

Updates an existing material group.

The data for the material group, including the key of the material group to be updated, is contained in the MaterialGroup object passed to the method. To update a material group, you must first retrieve it using the GetMaterialGroup method.

Syntax

Visual Basic
Public Sub UpdateMaterialGroup( _
   ByVal pIMaterialGroup As MaterialGroup _
) 

Parameters

pIMaterialGroup

The data for the material group to be updated. The MaterialGroup object must contain the key of the object to be updated.

See Also