📚 SAP Business One SDK Help

RecipientStatusesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a recipient status.
Public Method DeleteDeletes an existing recipient status.
Public Method GetRetrieves a recipient status. The recipient status is specified by its key, which is contained in the `RecipientStatusParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `RecipientStatusesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `RecipientStatusParamsCollection` data collection that identifies all recipient statuses.
Public Method UpdateUpdates an existing recipient status.

See Also