📚 SAP Business One SDK Help

Update Method
See Also 
pIAssetClass
The data for the asset class to be updated. The AssetClass object must contain the key of the object to be updated.

Description

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

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIAssetClass As AssetClass _
) 

Parameters

pIAssetClass
The data for the asset class to be updated. The AssetClass object must contain the key of the object to be updated.

See Also