📚 SAP Business One SDK Help

SalesOpportunityReasonsSetupService Object Members
See Also  Overview 

Public Methods

Public Method AddSalesOpportunityReasonSetupAdds a reason.
Public Method DeleteSalesOpportunityReasonSetupDeletes an existing reason.

The reason is specified by its key (Num), which is contained in the SalesOpportunityReasonSetupParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the SalesOpportunityReasonsSetupService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetSalesOpportunityReasonSetupRetrieves a reason.

The reason is specified by its key (Num), which is contained in the SalesOpportunityReasonSetupParams object passed to the method.

Public Method GetSalesOpportunityReasonSetupListRetrieves the keys and names of all the reasons.
Public Method UpdateSalesOpportunityReasonSetupUpdates 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.

See Also