📚 SAP Business One SDK Help

UpdateServiceGroup Method
See Also 
pIServiceGroup
The data for the service group to be updated. The ServiceGroup object must contain the key of the object to be updated.

Description

Updates an existing service group.

The data for the service group, including the key of the service group to be updated, is contained in the ServiceGroup object passed to the method. To update a service group, you must first retrieve it using the GetServiceGroup method.

Syntax

Visual Basic
Public Sub UpdateServiceGroup( _
   ByVal pIServiceGroup As ServiceGroup _
) 

Parameters

pIServiceGroup
The data for the service group to be updated. The ServiceGroup object must contain the key of the object to be updated.

See Also