Jump to: navigation, search

CfgAgentGroup

Description

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

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.

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.

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:

  • Modification of campaignGroups of all campaigns that included Agent Group X
  • Deletion of Agent Group X

XML Representation

Tip
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>

See Also

This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!