Setting up Scheduling in Workforce Optimization for Customer Service
Manage events using the team calendar. Create different types of event categories. Use scripted extension points to customize event types.
Configure event categories for Manager Workspace
Add an event category. Create or update field configurations for events. You can also specify if an event category must be excluded when the shift coverage for agents are calculated.
Before you begin
Role required: sn_shift_planning.admin
- Work
- Meeting
- Training
- Time Off
- Break
Procedure
Create event types to display them on the team calendar
Create multiple events from the same category and add them to the team calendar.
Before you begin
Role required: sn_shift_planning.admin
Procedure
Configure properties for schedule adherence and conformance
Configure schedule adherence properties to calculate the adherence and conformance of your agents so that you can improve the operational efficiency of your organization.
Before you begin
Role required: admin
About this task
The threshold settings for adherence and conformance indicate how many minutes early or late an agent can clock in or clock out to a scheduled work shift without being considered as non-adherent.
Procedure
Modify schedule adherence and conformance formulas by using extension points
Configure and tweak the schedule adherence and conformance formulas using scripted extension points so that you can customize them for your organization.
Before you begin
Role required: admin
About this task
Use the sn_shift_planning.ScheduleAdherenceExtPt extension point and create an implementation to configure the formulas. You can create multiple implementations. However, the implementation with the lowest order number is executed.
Procedure
Result
Event type extension points in Workforce Optimization for Customer Service
Use extension points to call scripts for event categories such as meeting, time off, or work time.
To see a list of extension points that you can use for Workforce Optimization for Customer Service, navigate to . In the Extension Points list, open the sn_shift_planning.EventManagerextension point.
| Extension point name | Description |
|---|---|
| sn_shift_planning.EventManager | Implement this extension point to customize the logic for the event categories that you create. |
| Category | Extension Script |
|---|---|
| Meeting | AgentScheduleMeetingEventManager |
| Break | AgentScheduleBreakEventManager |
| Training | AgentScheduleTrainingEventManager |
| Time off | AgentScheduleTimeOffEventManager |
| Work | AgentScheduleWorkEventManager |