📚 SAP Business One SDK Help

GetServiceCallStatus Method
See Also 
pIServiceCallStatusParams

The key of the service call status to retrieve.

Description

Retrieves a service call status.

The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method.

Syntax

Visual Basic
Public Function GetServiceCallStatus( _
   ByVal pIServiceCallStatusParams As ServiceCallStatusParams _
) As ServiceCallStatus

Parameters

pIServiceCallStatusParams

The key of the service call status to retrieve.

Return Type

The service call status with the specified key.

Example

See Also