📚 SAP Business One SDK Help

Update Method
See Also 
pIAssetDocument
The data for the asset document to be updated. The AssetDocument object must contain the key of the object to be updated.

Description

Updates an existing asset document.

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

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIAssetDocument As AssetDocument _
) 

Parameters

pIAssetDocument
The data for the asset document to be updated. The AssetDocument object must contain the key of the object to be updated.

See Also