📚 SAP Business One SDK Help

GetServiceCallSolutionStatus Method
See Also 
pIServiceCallSolutionStatusParams

The key of the service call solution status to retrieve.

Description

Retrieves a service call solution status.

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

Syntax

Visual Basic
Public Function GetServiceCallSolutionStatus( _
   ByVal pIServiceCallSolutionStatusParams As ServiceCallSolutionStatusParams _
) As ServiceCallSolutionStatus

Parameters

pIServiceCallSolutionStatusParams

The key of the service call solution status to retrieve.

Return Type

The service call solution status with the specified key.

Example

See Also