Gets the Id of the account code. AccountCodeId is only available if the AccountCodeId attribute is being watched.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string AccountCodeId { get; }
Visual Basic
Public ReadOnly Property AccountCodeId As String
	Get

Field Value

The account code ID.

Remarks

Account codes are used in IC to associate calls with accounts. An account code is a number assigned to an account name. Account codes are mapped to incoming and outgoing calls for reporting purposes. For example, Interaction Client users can assign account codes to incoming and outgoing calls from the Interactions page, or from any queue.

Users who have been given access to an account code can assign it to a call so it can be tracked. Account codes can also be used to track outgoing calls made to specific customers, or to track incoming call information for billing purposes.

For more information about Account Codes, refer to the topic titled Account Codes in IC in the Technical Reference Documents section of the IC Documentation library on your server.

Note
The account code ID can be used with an ININ.IceLib.People.AccountCode.
Note
Accessing this property before a watch is started which includes this property raises a NotCachedException. A watch must be started first. For more information on watches see How Watches Work.

Exceptions

ExceptionCondition
ININ.IceLib..::..NotCachedExceptionThe associated attribute is not being watched.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also