📚 SAP Business One SDK Help

ServiceCallProblemTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddServiceCallProblemTypeAdds a service call problem type.
Public Method DeleteServiceCallProblemTypeDeletes an existing service call problem type.

The service call problem type is specified by its key (prblmTypID), which is contained in the ServiceCallProblemTypeParams object passed to the method.

Public Method GetDataInterfaceCreates an empty data structure for use with the ServiceCallProblemTypesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetServiceCallProblemTypeRetrieves a service call problem type.

The service call problem type is specified by its key (prblmTypID), which is contained in the ServiceCallProblemTypeParams object passed to the method.

Public Method GetServiceCallProblemTypeListRetrieves the keys and names of all the service call problem types.
Public Method UpdateServiceCallProblemTypeUpdates an existing service call problem type.

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

See Also