AddSalesOpportunitySourceSetup | Adds a source. |
DeleteSalesOpportunitySourceSetup | Deletes an existing source.
The source is specified by its key (Num), which is contained in the SalesOpportunitySourceSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the SalesOpportunitySourcesSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetSalesOpportunitySourceSetup | Retrieves a source.
The source is specified by its key (Num), which is contained in the SalesOpportunitySourceSetupParams object passed to the method. |
GetSalesOpportunitySourceSetupList | Retrieves the keys and names of all the sources. |
UpdateSalesOpportunitySourceSetup | Updates an existing source.
The data for the source, including the key of the source to be updated, is contained in the SalesOpportunitySourceSetup object passed to the method. To update a source, you must first retrieve it using the GetSalesOpportunitySourceSetup method. |