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
jlui213 Offline
New Member
 
Posts: 29
Join Date: Apr 2008
Create different tickets for different departments - 30-06-2008, 08:05 PM

I would like to implement a feature where where you click a button in a ticket, you will be given information on how to properly fill out a ticket. I only want this button available to only one of the department tickets (I have three).

Since I know the department IDs, I assumed that I could just use if statements to make this button appear/disappear. My code roughly looks like this:

HTML Code:
<{if departmentid==3}>
<button>CLICK HERE!</button>
<{/if}> 
Does anyone know what this is now working?
   
Reply With Quote
Reply

Tags
departments, tickets

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
Tickets Ticket creation -> Way to create ticket on behalf of a user russmichaels Will Implement (V4) 4 20-08-2008 09:58 AM
Create tickets in KayakoMobile! Ryan Lederman News and Announcements 0 21-05-2008 09:58 PM
Create Departments and tickets zippohosting How do I? 5 19-01-2008 04:28 PM
Assigning tickets to other departments Emma How do I? 0 28-06-2007 10:04 AM
Enabled SPAM Assasin but this time SPAM detected notification emails create tickets cemlouis SupportSuite, eSupport and LiveResponse 2 15-11-2006 04:27 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