📚 SAP Business One SDK Help

GetActivity Method
See Also 
pIActivityParams

The key of the activity to retrieve.

Description

Retrieves an activity.

The activity is specified by its key, which is contained in the ActivityParams object passed to the method.

Syntax

Visual Basic
Public Function GetActivity( _
   ByVal pIActivityParams As ActivityParams _
) As Activity

Parameters

pIActivityParams

The key of the activity to retrieve.

See Also