📚 SAP Business One SDK Help

SalesOpportunityCompetitorsSetupService Object Members
See Also  Overview 

Public Methods

Public Method AddSalesOpportunityCompetitorSetupAdds a competitor.
Public Method DeleteSalesOpportunityCompetitorSetupDeletes an existing competitor.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the SalesOpportunityCompetitorsSetupService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetSalesOpportunityCompetitorSetupRetrieves a competitor.

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

Public Method GetSalesOpportunityCompetitorSetupListRetrieves the keys and names of all the competitors.
Public Method UpdateSalesOpportunityCompetitorSetupUpdates 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.

See Also