Deletes 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.
Deletes 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.
| Visual Basic |
|---|
Public Sub DeleteServiceCallSolutionStatus( _ ByVal pIServiceCallSolutionStatusParams As ServiceCallSolutionStatusParams _ ) |
If the solution status is linked to a specific service call, it cannot be deleted.
| Deleting a service call solution status (C#) | ||
|---|---|---|
| ||