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

GetConfirmedAppointment Method


This method is used to insert the activity into the schedule without presenting time slot alternatives.

Usage

This method is the same as the Appointment Booking Service's GetConfirmedAppointment method. See GetConfirmedAppointment Method for more information.

Additional Details

The inputs for this method are described in Table 155.

Table 155. Inputs for GetConfirmedAppointment Method
Input
Description

ActId

Activity ID of the activity which needs to be scheduled.

SvcRegnId

Service region ID of the activity.

The outputs for this method are described in Table 156.

Table 156. Outputs for GetConfirmedAppointment Method
Output
Description

Assignee

Employee assigned to the activity.

StartDT

Scheduled start time for the activity, in service region time zone.

Message

Optimizer trace message returned. This can include error messages.

ErrorCode

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

ErrArgs

Arguments for the error message associated with the returned error code.

Siebel Field Service Guide