📚 SAP Business One SDK Help

AssetGroupsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds an asset group.
Public Method DeleteDeletes an existing asset group.
Public Method GetRetrieves an asset group.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the AssetGroupsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the AssetGroupParamsCollection data collection that identifies all asset groups.
Public Method UpdateUpdates an existing asset group.

The data for the asset group, including the key of the asset group to be updated, is contained in the AssetGroup object passed to the method. To update an asset group, you must first retrieve it using the Get method.

See Also