📚 SAP Business One SDK Help

GetSalesOpportunityInterestSetup Method
See Also 
pISalesOpportunityInterestSetupParams

The key of the interest to retrieve.

Description

Retrieves an interest.

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

Syntax

Visual Basic
Public Function GetSalesOpportunityInterestSetup( _
   ByVal pISalesOpportunityInterestSetupParams As SalesOpportunityInterestSetupParams _
) As SalesOpportunityInterestSetup

Parameters

pISalesOpportunityInterestSetupParams

The key of the interest to retrieve.

Return Type

The interest with the specified key.

Example

See Also