📚 SAP Business One SDK Help

ServiceCallStatusService Object Members
See Also  Overview 

Public Methods

Public Method AddServiceCallStatusAdds a service call status.
Public Method DeleteServiceCallStatusDeletes an existing service call status.

The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the ServiceCallStatusService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetServiceCallStatusRetrieves a service call status.

The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method.

Public Method GetServiceCallStatusListRetrieves the keys and names of all the service call statuses.
Public Method UpdateServiceCallStatusUpdates an existing service call status.

The data for the service call status, including the key of the status to be updated, is contained in the ServiceCallStatus passed to the method. To update a service call status, you must first retrieve it using the GetServiceCallStatus method.

See Also