📚 SAP Business One SDK Help

Update Method
See Also 
pITargetGroup
The data for the target group to be updated. The TargetGroup object must contain the key of the object to be updated.

Description

Updates an existing target group.

Syntax

Visual Basic
Public Sub Update( _
   ByVal pITargetGroup As TargetGroup _
) 

Parameters

pITargetGroup
The data for the target group to be updated. The TargetGroup object must contain the key of the object to be updated.

See Also