Configuration Platform SDK 7.6 API Reference

CfgAgentGroup

Description

Groups of Agents are typically set up to provide particular sets of contact center services.


Top of Page

Filter Keys

Filter Name Type Description
tenant_dbid int A unique identifier of a tenant. If specified, Configuration Server will return information only about the agent groups that belong to this tenant.
person_dbid int A unique identifier of a person. If specified, Configuration Server will return information only about the agent groups this person is assigned to.
state int Current state of an agent group (see CfgObjectState). If specified, Configuration Server will return information only about agent groups that are currently in this state.
name string Name of an agent group. Shall be specified as a character string. If specified, Configuration Server will return information only about the agent group(s) with that name.
dbid int A unique identifier of a group. If specified, Configuration Server will return information only about this group.

Top of Page

Attributes

groupInfo —  A pointer to the structure CfgGroup containing general information about this group. Mandatory.

agentDBIDs —  A pointer to the list of identifiers of the Agents that form this group.


Top of Page

Comments

The name of an agent group must be unique within the tenant, but can coincide with the name of either a place group or a DN group of the same tenant.

The name of an agent group cannot be changed until there is at least one agent listed in this group. See agentDBIDs property

Deletion of Agent Group X will cause the following events set out in the order of arrival:


Top of Page

XML Representation

Note: This XML was created using the Configuration Server 7.5 schema.

<CfgAgentGroup>
	<CfgGroup>
		<DBID value="107" />
		<tenantDBID value="101" />
		<name value="AGroup" />
		<capacityTableDBID value="0" />
		<quotaTableDBID value="0" />
		<state value="1" />
		<capacityRuleDBID value="0" />
		<siteDBID value="0" />
		<contractDBID value="0" />
	</CfgGroup>
	<agentDBIDs>
		<DBID value="120" />
		<DBID value="121" />
	</agentDBIDs>
</CfgAgentGroup>


Top of Page

See Also

CfgDeltaAgentGroup


CfgPerson



Top of Page


Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunications Laboratories, Inc. All rights reserved.