📚 SAP Business One SDK Help

Update Method
See Also 
pIResource
The data for the resource to be updated. The Resource object must contain the key of the object to be updated.

Description

Updates an existing resource. 

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

Syntax

Visual Basic
Public Sub Update( _
   ByVal pIResource As Resource _
) 

Parameters

pIResource
The data for the resource to be updated. The Resource object must contain the key of the object to be updated.

See Also