📚 SAP Business One SDK Help

GetServiceCallType Method
See Also 
pIServiceCallTypeParams

The key of the service call type to retrieve.

Description

Retrieves a service call type.

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

Syntax

Visual Basic
Public Function GetServiceCallType( _
   ByVal pIServiceCallTypeParams As ServiceCallTypeParams _
) As ServiceCallType

Parameters

pIServiceCallTypeParams

The key of the service call type to retrieve.

Return Type

The service call type with the specified key.

Example

See Also