📚 SAP Business One SDK Help

SalesOpportunityInterestsSetupService Object Members
See Also  Overview 

Public Methods

Public Method AddSalesOpportunityInterestSetupAdds an interest.
Public Method DeleteSalesOpportunityInterestSetupDeletes an existing interest.

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

Public Method GetDataInterfaceCreates an empty data structure for use with the SalesOpportunityInterestsSetupService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetSalesOpportunityInterestSetupRetrieves an interest.

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

Public Method GetSalesOpportunityInterestSetupListRetrieves the keys and names of all the interests.
Public Method UpdateSalesOpportunityInterestSetupUpdates an existing interest.

The data for the interest, including the key of the interest to be updated, is contained in the SalesOpportunityInterestSetup object passed to the method. To update an interest, you must first retrieve it using the GetSalesOpportunityInterestSetup method.

See Also