Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
mark@freestart.plc.uk Offline
New Member
 
Posts: 1
Join Date: Apr 2007
Telephone Number - User Ticket Creation - 10-04-2007, 07:53 AM

I want the telephone number field to appear on the User Ticket creation. I know I can do this by adding a custom field. However this would mean having two different fields doing the same job as there is one already under the Staff Control Panel when creating phone tickets. Is this possible and how?

I am a PHP developer and have the Support Suite Owned so would be able to make the necessary adjustments to the source code if it is possible.

Regards,

Mark Gerrard
Development Manager
Freestart plc
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,123
Join Date: Jan 2006
Location: United Kingdom
10-04-2007, 08:36 AM

Hi Mark,

In the current version of SupportSuite there is a field group type called "Staff & User Ticket Creation" - I believe this one would suffice for your requirements.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.

Last edited by Jamie Edwards; 10-04-2007 at 08:38 AM.
   
Reply With Quote
  (#3) Old
efisher Offline
New Member
 
Posts: 22
Join Date: Aug 2006
Location: Phoenix, AZ
10-04-2007, 01:38 PM

Quote:
Originally Posted by Jamie Edwards View Post
Hi Mark,

In the current version of SupportSuite there is a field group type called "Staff & User Ticket Creation" - I believe this one would suffice for your requirements.
Hi Jaime,

This half works. By doing this, you end up with 2 phone number fields in the staff interface for phone tickets. Is there a way to hide the built-in field "User Phone #"? Otherwise, it is likely that the ticket is opened with the custom field ignored.

Thanks.
-Eric
   
Reply With Quote
  (#4) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,123
Join Date: Jan 2006
Location: United Kingdom
10-04-2007, 02:17 PM

Hi Eric,

I see what you mean now. This involves some manual code modifications. I have not tested this (and we do not support code modifications), but it should at least help you on your way.

The following modification will stop the default Phone Number field from displaying on staff-ticket creation.

Version: 3.10.02 (unmodified)
File: \modules\tickets\staff_newticket.php

Code:
Comment out lines 270, 271 and 272.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
Reply

Tags
creation, number, telephone, 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



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