Siebel Field Service Guide > Business Service Methods Reference for Field Service > Scheduling >

UnloadEmployees Method


UnloadEmployees can be used when employees become unavailable as a result of vehicle breakdown and so on.

This method updates an employee's schedule by adding new exception hours to the cache. The activities scheduled during the employee's exception hours will be rescheduled or unscheduled. Activities are rescheduled for any open slots that meet the hard constraints. Employees must have at least one defined exception hour.

Usage

This method is called when the user clicks the Unavailable button on the Administration - Scheduling screen > Service Region List > Employees view.

Additional Details

The inputs for this method are described in Table 175.

Table 175. Inputs for UnloadEmployees Method
Input
Description

SvcRegnId

Service region ID of the employees that need to be unloaded.

EmployeeIds

Comma separated employee IDs. However, the Optimizer only processes one employee at a time. This means that if more than one employee ID is provided, the Optimizer will only process the first employee ID.

The outputs for this method are described in Table 176.

Table 176. Outputs for UnloadEmployees Method
Output
Description

Message

Optimizer error tracing message that is returned if an error occurs.

ErrorCode

Error code returned from the Optimizer, indicating whether or not the operation is successful. A value of 0 indicates success.

Siebel Field Service Guide Copyright © 2007, Oracle. All rights reserved.