Provides access to the property representing the AllowFollowUp flag for this status message (use Property.AllowFollowUp).

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

Syntax

C#
public GeneralConfigurationProperty<StatusMessageConfiguration..::..Property, bool> AllowFollowUp { get; }
Visual Basic
Public ReadOnly Property AllowFollowUp As GeneralConfigurationProperty(Of StatusMessageConfiguration..::..Property, Boolean)
	Get

Field Value

The property representing the AllowFollowUp flag.

Remarks

Set this flag if the status message should indicate that an agent's status can change to "Follow Up" after an ACD call terminates. If this flag is clear, terminating ACD calls does not automatically change the agent's status to Follow Up.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

See Also