Deletes 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.
Deletes 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.
| Visual Basic |
|---|
Public Sub DeleteServiceCallProblemType( _ ByVal pIServiceCallProblemTypeParams As ServiceCallProblemTypeParams _ ) |
If the problem type is linked to a specific service call, it cannot be deleted.
| Deleting a service call problem type (C#) | ||
|---|---|---|
| ||