I am trying to create an ACL that forces the user to select a service when a ticket is in a certain set of queues with "Support" in the name and no service has been set in the ticket. I appear to be having great difficulty detecting that No Service is select. Can anyone
1) Tell me where I am going wrong?
or
2) Tell me how I can set a default service to all tickets - this would be a service named undefined then I could edit my ACL and match on this which does work.
Code: Select all
ConfigChange:
Possible:
Ticket:
State:
- new
- open
- merged
PossibleNot:
Action:
- AgentTicketBounce
- AgentTicketClose
- AgentTicketForward
- AgentTicketPending
- AgentTicketEmailOutbound
- AgentTicketCompose
ConfigMatch:
Properties:
Queue:
Name:
- '[RegExp].*Support.*'
Service:
Name:
- '[NotRegExp]^[A-Za-z].*'
CreateBy: tomehb
CreateTime: 2015-04-26 21:59:17
Description: ''
ID: '3'
Name: Force Service On Support Queues
StopAfterMatch: '1'
ValidID: '1'