📚 SAP Business One SDK Help

GetMaterialGroup Method
See Also 
pIMaterialGroupParams

The key of the material group to retrieve.

Description

Retrieves a material group.

The material group is specified by its key, which is contained in the MaterialGroupParams object passed to the method.

Syntax

Visual Basic
Public Function GetMaterialGroup( _
   ByVal pIMaterialGroupParams As MaterialGroupParams _
) As MaterialGroup

Parameters

pIMaterialGroupParams

The key of the material group to retrieve.

See Also