📚 SAP Business One SDK Help

StateGroupsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a state group.
Public Method DeleteDeletes an existing state group.
Public Method GetRetrieves a state group. The group is specified by its key, which is contained in the `StateGroupParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `StateGroupsService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `StateGroupParamsCollection` data collection that identifies all state groups.
Public Method UpdateUpdates an existing state group.

See Also