| UpdateServiceCallOrigin Method | |
| See Also Example |
- pIServiceCallOrigin
- The data for the service call origin to be updated. The ServiceCallOrigin object must contain the key of the object to be updated.
Updates an existing service call origin.
The data for the service call origin, including the key of the origin to be updated, is contained in the ServiceCallOrigin passed to the method. To update a service call origin, you must first retrieve it using the GetServiceCallOrigin method.
| Visual Basic |
|---|
Public Sub UpdateServiceCallOrigin( _
ByVal pIServiceCallOrigin As ServiceCallOrigin _
) |
- pIServiceCallOrigin
- The data for the service call origin to be updated. The ServiceCallOrigin object must contain the key of the object to be updated.
You cannot update a system-defined origin.
An origin is system defined if the Locked field in the OSCO table is set to Y.
| Updating a service call origin (C#) | Copy Code | |
|---|---|---|
| ||