📚 SAP Business One SDK Help

GetServiceCallProblemType Method
See Also 
pIServiceCallProblemTypeParams

The key of the service call problem type to retrieve.

Description

Retrieves a service call problem type.

The service call problem type is specified by its key (prblmTypID), which is contained in the ServiceCallProblemTypeParams object passed to the method.

Syntax

Visual Basic
Public Function GetServiceCallProblemType( _
   ByVal pIServiceCallProblemTypeParams As ServiceCallProblemTypeParams _
) As ServiceCallProblemType

Parameters

pIServiceCallProblemTypeParams

The key of the service call problem type to retrieve.

Return Type

The service call problem type with the specified key.

Example

See Also