📚 SAP Business One SDK Help

Get Method
See Also 
pITargetGroupParams

The key of the target group to retrieve.

Description

Retrieves a target group.

The target group is specified by its key, which is contained in the TargetGroupParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pITargetGroupParams As TargetGroupParams _
) As TargetGroup

Parameters

pITargetGroupParams

The key of the target group to retrieve.

See Also