📚 SAP Business One SDK Help

ServiceCallTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddServiceCallTypeAdds a service call type.
Public Method DeleteServiceCallTypeDeletes an existing service call type.

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

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

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

Public Method GetServiceCallTypeListRetrieves the keys and names of all the service call types.
Public Method UpdateServiceCallTypeUpdates an existing service call type.

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

See Also