📚 SAP Business One SDK Help

DepreciationAreasService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a depreciation area.
Public Method DeleteDeletes an existing depreciation area.
Public Method GetRetrieves a depreciation area.

The depreciation area is specified by its key, which is contained in the DepreciationAreaParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the DepreciationAreasService.
Public Method GetDataInterfaceFromXMLFileGetDataInterfaceFromXMLFile
Public Method GetDataInterfaceFromXMLStringGetDataInterfaceFromXMLString
Public Method GetListReturns the DepreciationAreaParamsCollection data collection that identifies all depreciation areas.
Public Method UpdateUpdates an existing depreciation area.

The data for the depreciation area, including the key of the depreciation area to be updated, is contained in the DepreciationArea object passed to the method. To update a depreciation area, you must first retrieve it using the Get method.

See Also