I am using the UseCustomPlaceType function in conjunction with CME “manage options” to shutdown and open sites. Basically, so calls parked ‘in the cloud’ adhere to a group of places (read: site) being shutdown. Here is the function used in the strategy:
UseCustomPlaceType[‘status’,‘open’]
It works brilliantly, if I manage options and set an annex option for the group of places to [‘status’,‘’] new inbound calls and calls in queue will not route to an agent logged into one of the places even if the agents goes ready.
Here is the question//issue. There is a condition where I want to track how many agents are really eligible; say a new call comes in and I am checking multiple sites for agents logged in - when i do an sdata for the site where I set the annex option (status=closed) if an agent is logged the return value is this positive integer. So, is there a way to filter an sdata against an annex option? Or, is there any work around where i can query (via URS) #agents with place annex option set to something?