I want to see if this is possible, basically I have a VQ in which the interaction uses. Is it possible to then update another VQ after it gets answered by the agent? For example in my enviroment I’m targeting a store, so after the call is delivered i want to log it another specific VQ (Store Name/Code VQ)
Create a Target to an empty Agent Group - apply VQName1
Set the Target to expand immediately (no wait time), to your actual Target Group - apply VQName2
Could this help? You can call a subroutine right before agent routing.. You receive the selected target and selected vq details as a input var. You can edit the selected target (passing in the output var), cancel routing, update user data, etc..
Custom Routing
Beginning with release 8.1.2, the new Custom Routing functionality allows automatic splitting of code functionality. This splits target selection of objects into a set of functions (SelectDN, SuspendForDN, RouteCall) under the cover of single target selection object. This allows any code to be put in a strategy between a target selection and routing. Additional code can be inserted before the RouteCall function is provided in the form of subroutine.
Fill in the Custom routing parameter shown in Figure 173 to activate the custom routing functionality.