📚 SAP Business One SDK Help

GetServiceCallOrigin Method
See Also 
pIServiceCallOriginParams

The key of the service call origin to retrieve.

Description

Retrieves a service call origin.

The service call origin is specified by its key (originID), which is contained in the ServiceCallOriginParams object passed to the method.

Syntax

Visual Basic
Public Function GetServiceCallOrigin( _
   ByVal pIServiceCallOriginParams As ServiceCallOriginParams _
) As ServiceCallOrigin

Parameters

pIServiceCallOriginParams

The key of the service call origin to retrieve.

Return Type

The service call origin with the specified key.

Example

See Also