📚 SAP Business One SDK Help

GetSalesOpportunityCompetitorSetup Method
See Also 
pISalesOpportunityCompetitorSetupParams

The key of the competitor to retrieve.

Description

Retrieves a competitor.

The competitor is specified by its key (CompetId), which is contained in the SalesOpportunityCompetitorSetupParams object passed to the method.

Syntax

Visual Basic
Public Function GetSalesOpportunityCompetitorSetup( _
   ByVal pISalesOpportunityCompetitorSetupParams As SalesOpportunityCompetitorSetupParams _
) As SalesOpportunityCompetitorSetup

Parameters

pISalesOpportunityCompetitorSetupParams

The key of the competitor to retrieve.

Return Type

The competitor with the specified key.

Example

See Also