📚 SAP Business One SDK Help

Get Method
See Also 
pIKPIParams

The key of the dashboard parameter to retrieve.

Description

Retrieves a dashboard parameter.

The dashboard parameter is specified by its key, which is contained in the KPIParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIKPIParams As KPIParams _
) As KPI

Parameters

pIKPIParams

The key of the dashboard parameter to retrieve.

See Also