Quote:
Originally Posted by Siora when you click on the binoculars, search for a user, click on their name, it should populate their name and email address. |
I think you might be understanding me wrong or else I haven't explained properly.
I use a CRM application to call Kayako.
It normally uses URLs.
My application can't "click" a button. I has to use a URL or some programmatic method. I would like to call the New Phone Ticket URL and specify fields which are pre-populated or else use an API or other interface to communicate the pre-populated fields.
The "pop-up" Window you are referring to calls this:
"javascript
:windowPlaceEmail('myname@myaddress.com ', 'newticketform', 'opt_userphone')"
It's not a full URL but instead some Javascript which is referring to an existing page. Unless you are saying I have simlulate the Javascript pop up.