📚 SAP Business One SDK Help

Update Method
See Also 
pIAssetGroup
The data for the asset group to be updated. The AssetGroup object must contain the key of the object to be updated.

Description

Updates an existing asset group.

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

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIAssetGroup As AssetGroup _
) 

Parameters

pIAssetGroup
The data for the asset group to be updated. The AssetGroup object must contain the key of the object to be updated.

See Also