IPOCC WebUI Screenpop
IPOCC WebUI Screenpop
(OP)
Hello
Not sure this has been asked... Basically we have issue popping up the URL from CRM (to be specific it is Microsoft Dynamic CRM). We notice the issue with the URL because it contain "%" sign in it, and this "%" is part of the query and is not able to be removed.
E.g.
http://www.customercrm.com/data=phone_number%3D%CC...%
Expected pop URL
http://www.customercrm.com/data=phone_number%3D123...
*where 12345678 is the caller number
Anyone successfully pops Microsoft Dynamic CRM from WebUI before?
Not sure this has been asked... Basically we have issue popping up the URL from CRM (to be specific it is Microsoft Dynamic CRM). We notice the issue with the URL because it contain "%" sign in it, and this "%" is part of the query and is not able to be removed.
E.g.
http://www.customercrm.com/data=phone_number%3D%CC...%
Expected pop URL
http://www.customercrm.com/data=phone_number%3D123...
*where 12345678 is the caller number
Anyone successfully pops Microsoft Dynamic CRM from WebUI before?
RE: IPOCC WebUI Screenpop
"Trying is the first step to failure..." - Homer
RE: IPOCC WebUI Screenpop
URL entered as whole string with "%3D" as part of URL
RE: IPOCC WebUI Screenpop
How do they handle multiple search parameters?
I would expect the URL to be something like
"Trying is the first step to failure..." - Homer
RE: IPOCC WebUI Screenpop
We tried few ways
E.g.
http://www.customercrm.com/data?phone_number=%3D%C...%
http://www.customercrm.com/data?phone_number=%%3D%...%
http://www.customercrm.com/data?phone_number=\%3D%CCK_Calling_Address%
http://www.customercrm.com/data?phone_number=*%3D%...%
http://www.customercrm.com/data?phone_number=!%3D%...%
...
Many kind of special character in front of the %3D... Most of time there is no pop up... i believe IPOCC see this as invalid URL maybe.
RE: IPOCC WebUI Screenpop
"Trying is the first step to failure..." - Homer
RE: IPOCC WebUI Screenpop
This should be the actual URL pops on agent's screen
http://www.customercrm.com/data=phone_number%3D123...
RE: IPOCC WebUI Screenpop
Is this a custom app that pops Dynamics?
Usually a Dynamics URL would look something like
It seems odd to use %.
"Trying is the first step to failure..." - Homer
RE: IPOCC WebUI Screenpop
Of course we tried http://www.customercrm.com/data=phone_number=12345... but with "page not found" from the web server
RE: IPOCC WebUI Screenpop
I use similiar URL to pop in other applications.
"Trying is the first step to failure..." - Homer