📚 SAP Business One SDK Help

GetSalesOpportunityReasonSetup Method
See Also 
pISalesOpportunityReasonSetupParams

The key of the reason to retrieve.

Description

Retrieves a reason.

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

Syntax

Visual Basic
Public Function GetSalesOpportunityReasonSetup( _
   ByVal pISalesOpportunityReasonSetupParams As SalesOpportunityReasonSetupParams _
) As SalesOpportunityReasonSetup

Parameters

pISalesOpportunityReasonSetupParams

The key of the reason to retrieve.

Return Type

The reason with the specified key.

Example

See Also