AddSalesOpportunityCompetitorSetup | Adds a competitor. |
DeleteSalesOpportunityCompetitorSetup | Deletes an existing competitor.
The competitor is specified by its key (CompetId), which is contained in the SalesOpportunityCompetitorSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the SalesOpportunityCompetitorsSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetSalesOpportunityCompetitorSetup | Retrieves a competitor.
The competitor is specified by its key (CompetId), which is contained in the SalesOpportunityCompetitorSetupParams object passed to the method. |
GetSalesOpportunityCompetitorSetupList | Retrieves the keys and names of all the competitors. |
UpdateSalesOpportunityCompetitorSetup | Updates an existing competitor.
The data for the competitor, including the key of the competitor to be updated, is contained in the SalesOpportunityCompetitorSetup object passed to the method. To update a competitor, you must first retrieve it using the GetSalesOpportunityCompetitorSetup method. |