cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3550
Views
32
Helpful
18
Replies

Need Help in Scripting

mt6322_vdc
Level 1
Level 1

I am setting up a test script where the caller will be prompted to enter 6 digits address code. For testing, we don not need to dip into the database to validate the address code. For now, I just need to collect those digits and insert it as a variable to the URL (see below) to search the information portal that was provided to me by our programmer.

C:\Program Files\Internet Explorer\iexplore.exe http://info.xyz.com/InfoPortal/Default.aspx?AddressCd=[VariableFromAddressCode]

The call will then be presented to the next available agent and will pop-up on the agent's desktop.

My problem is how create a script to collect and store those 6 digits address code entered by the caller and insert it as a variable to the [VariableFromAddressCode]in the above url.

Any help will be greatly appareciated. Thank you.

18 Replies 18

On the %20 problem, try bringing up notepad as an external application and pasting the URL on Notepad using CAD. This will remove IE from the mix and will let you know if the issue is with your CAD configuration or with IE.

david

Thanks for you reply. I used notepad and I can confirm that a space is being inserted by the CAD. But I don't see any space after the data field or the URL that I have setup using the desktop administrator.Any other suggestions ? Thank you.

Post screen shots of the CAD configuration please.

david

I am having the same exact issue with the %20 and I also havd a " at the endo of my url. Anyone ever find a solution to this?