Deletes an existing reason.
The reason is specified by its key (Num), which is contained in the SalesOpportunityReasonSetupParams object passed to the method.
Deletes an existing reason.
The reason is specified by its key (Num), which is contained in the SalesOpportunityReasonSetupParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteSalesOpportunityReasonSetup( _ ByVal pISalesOpportunityReasonSetupParams As SalesOpportunityReasonSetupParams _ ) |
| Deleting a sales opportunity reason (C#) | ||
|---|---|---|
| ||