DefaultQueueDataReader

The DefaultQueueDataReader allows additional calculations for ticket queue time-out values. Global default timing properties for ticket queues is 0.

Global default settings for ticket queues are set using the ACC.

Property Name

Description

onlyIfNoQueue=true

If there is no ticket queue associated with a ticket, then ticket queue timing defaults will be applied. Defaults are set to zero (0).

availabilityMinutes=0

availabilityMinutes are the number of minutes a ticket can be open before being escalated for further work or attention. If set to zero (0) , no limit is set, and the ticket will not be auto-escalated.

deallocationMinutes=0

deallocationMinutes are the number of minutes an agent/user can hold a ticket before it is auto-released (unassigned). If set to zero (0), no limit is set and the ticket will not be auto-released.

inactivityMinutes=0

inactivityMinutes are the number of minutes an outbound message can remain inactive (no response sent) before it is closed. If set to zero (0), the ticket will not be auto-released.

slaMinutes=0

slaMinutes are the number of minutes an agent/user has to complete the ticket assignment (due date) before the ticket is flagged and expires. If set to zero (0), no due date is set for the ticket.

Note: Individual queue settings take priority over global queue settings. If you have set value for the DefaultQueueDataReader, the system will first try to read the information set for an individual ticket queue, and then the global defaults. If the information is null, the global default values set on the DefaultQueueDataReader are used by setting the onlyIfNoQueue to False.

To change global default timing properties for ticket queues:

 
loading table of contents...