Hi;
I need some help for solving a problem with preview campaign. Does anybody use any filter options in preview call getRecord step.
We preape a list with that contains some route information. Like below. (Only required column names placed)
[tt] Customer phone route
Customer1 xxxxx route_to_ag1
Customer2 yyyyy route_to_ag2
Customer3 zzzzzz (blank)
Customer4 aaaaa route_to_ag1
Customer5 bbbb (blank)
Customer6 ccccc (blank)
Customer7 dddd (blank)[/tt]
Agent1 is placed in ag1;
Agent2 is placed in ag2;
Agent3 is placed in ag3;
when agent1 make a request for customer getRecord return Customer1.Next GetRecord return Customer4
when agent2 make a request for customer getRecord return Customer2. Next get Record return blank route record like Customer5
when agent3 make a request for customer getRecord, at first look to the list for contains any route_to_ag3 record avaliable, if no record avaliable in the list get record with route column blank. That mean GetRecord return Customer3.
Anybody use like that operation on preview campain.
Or how can we emulate this operation in genesys, only using Activex Desktop Toolkit.
Note : I'm working for a workaround by using DB operation. Agent make a request and a db query return required call info to agent. But i'm not sure this db operation make some problem on Outbound call flow.
Thanks.