📚 SAP Business One SDK Help

ServiceCallSolutionStatusService Object Members
See Also  Overview 

Public Methods

Public Method AddServiceCallSolutionStatusAdds a service call solution status.
Public Method DeleteServiceCallSolutionStatusDeletes an existing service call solution status.

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

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

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

Public Method GetServiceCallSolutionStatusListRetrieves the keys and names of all the service call solution statuses.
Public Method UpdateServiceCallSolutionStatusUpdates an existing service call solution status.

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

See Also