📚 SAP Business One SDK Help

MaterialGroupsService Object Members
See Also  Overview 

Public Methods

Public Method AddMaterialGroupAdds a material group.
Public Method DeleteMaterialGroupDeletes an existing material group.
Public Method GetDataInterfaceCreates an empty data structure for use with the MaterialGroupsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetMaterialGroupRetrieves a material group.

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

Public Method GetMaterialGroupListReturns the MaterialGroupsParams data collection that identify all material groups.
Public Method UpdateMaterialGroupUpdates 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.

See Also