📚 SAP Business One SDK Help

ThresholdsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a threshold.
Public Method DeleteDeletes an existing threshold.
Public Method GetRetrieves a threshold. The threshold is specified by its key, which is contained in the `ThresholdParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `ThresholdsService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `ThresholdParamsCollection` data collection that identifies all thresholds.
Public Method UpdateUpdates an existing threshold.

See Also