📚 SAP Business One SDK Help

GetSalesOpportunitySourceSetup Method
See Also 
pISalesOpportunitySourceSetupParams

The key of the source to retrieve.

Description

Retrieves a source.

The source is specified by its key (Num), which is contained in the SalesOpportunitySourceSetupParams object passed to the method.

Syntax

Visual Basic
Public Function GetSalesOpportunitySourceSetup( _
   ByVal pISalesOpportunitySourceSetupParams As SalesOpportunitySourceSetupParams _
) As SalesOpportunitySourceSetup

Parameters

pISalesOpportunitySourceSetupParams

The key of the source to retrieve.

Return Type

The source with the specified key.

Example

See Also