📚 SAP Business One SDK Help

AssetClassesService Object Members
See Also  Overview 

Public Methods

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

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

Public Method GetDataInterfaceCreates an empty data structure for use with the AssetClassesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the AssetClassParamsCollection data collection that identifies all asset classes.
Public Method UpdateUpdates an existing asset class.

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

See Also