Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
eugenevdm Offline
New Member
 
Posts: 23
Join Date: Mar 2005
How Do I Log a phone ticket with some fields already popluated - 21-04-2008, 05:21 PM

Currently when I log a phone ticket it asks for the telephone number and user's e-mail address.

The URL is:
Code:
http://www.mysupportdesk.com/support/staff/index.php?_m=tickets&_a=newticket&type=phone&departmentid=1
I would like to programmatically populate some of the fields, e.g. telephone number and user's e-mail address.

I tried appending &phoneno by doing this:
Code:
http://www.mysupportdesk.com/support/staff/index.php?_m=tickets&_a=newticket&type=phone&departmentid=1&phoneno=555-1234
but that did not work. Is it possible to populate some of the fields by some other method?
   
Reply With Quote
  (#2) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,283
Join Date: Apr 2007
Location: Toronto Canada
21-04-2008, 05:47 PM

when you click on the binoculars, search for a user, click on their name, it should populate their name and email address.


Siora Solutions Inc.
www.sioraIT.com
   
Reply With Quote
  (#3) Old
ecornet Offline
Member
 
ecornet's Avatar
 
Posts: 159
Join Date: Feb 2008
21-04-2008, 05:52 PM

note that there are two potential objects for this search. Contacts and Users. If you wanted to put in a phone number, you will need a Contact for the person. If you wanted to link the ticket to a user account, you will need a user object for that. It's an irritant, but *throws up hands*
   
Reply With Quote
  (#4) Old
eugenevdm Offline
New Member
 
Posts: 23
Join Date: Mar 2005
21-04-2008, 06:14 PM

Quote:
Originally Posted by Siora View Post
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.
   
Reply With Quote
Reply

Tags
log, phone, popluated, ticket

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Staff Insert Phone Ticket vs. Email Ticket caitlyntw SupportSuite, eSupport and LiveResponse 1 17-05-2007 01:32 PM
New Build: 3.10.02 STABLE Ryan Lederman News and Announcements 0 05-03-2007 09:53 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46