I have been trying to get preferred agent routing working, but keep getting errors. I copied the code from Genesys directly, but it still wont work. I do not get any errors in Arch, but when testing the SDK in Developer I get ReferenceError MakeListAgentScorePair is not defined
Line number: 1. I have even tried the builder within arch. Anythoughts? below is my code im using. I extracted the user ids.
MakeListAgentScorePair(
MakeList(
FindUserById("<>"),
FindUserById("<>"),
FindUserById("<>"),
FindUserById("<>"),
FindUserById("<>"),
FindUserById("<>")
),
MakeList(
100,
90
)
)
#ArchitectureandDesign------------------------------
Steve Moore
Powernet Global Telecommunications
------------------------------