AddSalesOpportunityReasonSetup | Adds a reason. |
DeleteSalesOpportunityReasonSetup | Deletes an existing reason.
The reason is specified by its key (Num), which is contained in the SalesOpportunityReasonSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the SalesOpportunityReasonsSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetSalesOpportunityReasonSetup | Retrieves a reason.
The reason is specified by its key (Num), which is contained in the SalesOpportunityReasonSetupParams object passed to the method. |
GetSalesOpportunityReasonSetupList | Retrieves the keys and names of all the reasons. |
UpdateSalesOpportunityReasonSetup | Updates an existing reason.
The data for the reason, including the key of the reason to be updated, is contained in the SalesOpportunityReasonSetup object passed to the method. To update a reason, you must first retrieve it using the GetSalesOpportunityReasonSetup method. |