📚 SAP Business One SDK Help

Update Method
See Also 
pIDepreciationArea
The data for the depreciation area to be updated. The DepreciationArea object must contain the key of the object to be updated.

Description

Updates 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.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIDepreciationArea As DepreciationArea _
) 

Parameters

pIDepreciationArea
The data for the depreciation area to be updated. The DepreciationArea object must contain the key of the object to be updated.

See Also