Deletes an existing service call status.
The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method.
Deletes an existing service call status.
The service call status is specified by its key (statusID), which is contained in the ServiceCallStatusParams object passed to the method.
| Visual Basic |
|---|
Public Sub DeleteServiceCallStatus( _ ByVal pIServiceCallStatusParams As ServiceCallStatusParams _ ) |
If the status is system defined or is linked to a specific service call, the status cannot be deleted.
A status is system defined if the Locked field in the OSCS table is set to Y.
| Deleting a service call status (C#) | ||
|---|---|---|
| ||