📚 SAP Business One SDK Help

ServiceGroupsService Object Members
See Also  Overview 

Public Methods

Public Method AddServiceGroupAdds a service group.
Public Method DeleteServiceGroupDeletes an existing service group.
Public Method GetDataInterfaceCreates an empty data structure for use with the ServiceGroupsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetServiceGroupRetrieves a service group.

The service group is specified by its key, which is contained in the ServiceGroupParams object passed to the method.

Public Method GetServiceGroupListReturns the ServiceGroupsParams data collection that identify all service groups.
Public Method UpdateServiceGroupUpdates an existing service group.

The data for the service group, including the key of the service group to be updated, is contained in the ServiceGroup object passed to the method. To update a service group, you must first retrieve it using the GetServiceGroup method.

See Also