📚 SAP Business One SDK Help

SalesOpportunitySourcesSetupService Object Members
See Also  Overview 

Public Methods

Public Method AddSalesOpportunitySourceSetupAdds a source.
Public Method DeleteSalesOpportunitySourceSetupDeletes an existing source.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the SalesOpportunitySourcesSetupService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetSalesOpportunitySourceSetupRetrieves a source.

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

Public Method GetSalesOpportunitySourceSetupListRetrieves the keys and names of all the sources.
Public Method UpdateSalesOpportunitySourceSetupUpdates 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.

See Also