public interface ESchGroupMode
Modifier and Type | Field and Description |
---|---|
static int |
SCH_GROUP_AGENT_DATE
For 2 agents and 2 days requested a grouping order would be as follows:
Agent1Day1, Agent1Day2, Agent2Day1, Agent2Day2
|
static int |
SCH_GROUP_DATE_AGENT
For 2 agents and 2 days requested a grouping order would be as follows:
Agent1Day1, Agent2Day1, Agent1Day2, Agent2Day2
|
static final int SCH_GROUP_AGENT_DATE
static final int SCH_GROUP_DATE_AGENT
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.