Help Desk Software & Beyond
May 22, 2012, 12:09:15 AM *
Welcome, Guest. Please login or register.
To post messages you need to register. We apologize for inconvenience, but this is to prevent spam.
Registration is instant (no email verification) and we do not ask for any personal information.

Login with username, password and session length
News: Welcome to Help Desk Software forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [REQ] Notification emails - (and Editing the Groups Selector)  (Read 1960 times)
aanraad
Newbie
*

Karma: 0
Posts: 4


View Profile
« on: January 23, 2008, 11:28:11 AM »

Hi all,

just setup the system and everything is up and running.

I've added 8 operators (2 helpdesk)(2 sales) (and 4 suppliers).

Is it possible to sent notifications of new emails to the "2 helpdesk operators" only? I want the other operators only to get email when a ticket is assigned to them by the helpdesk operators.

Hope there is a solution to this.

Thanks!
Jasper
« Last Edit: January 23, 2008, 01:32:20 PM by sparky672 » Logged
arvin
Sr. Member
****

Karma: 10
Posts: 400


Yeah thats right !


View Profile
« Reply #1 on: January 23, 2008, 11:41:10 AM »

This might help you get start on right path

http://forum.unitedwebcoders.com/index.php/topic,499.0.html
Logged
Paul Nolette
Newbie
*

Karma: 10
Posts: 49


View Profile
« Reply #2 on: January 23, 2008, 12:08:29 PM »

I think for what you are trying to do you should look at the Groups Module.
http://www.troubleticketexpress.com/groups.html

If you have your helpdesk people setup in the 1st group then they will be the only ones notified when an email is received.
Then helpdesk can transfer a ticket to the sales group, suppliers group or directly to an operator.
It's a great module!
Logged
aanraad
Newbie
*

Karma: 0
Posts: 4


View Profile
« Reply #3 on: January 23, 2008, 12:30:08 PM »

Ok thanks, helpfull!

i enabled the group mode (now groups are displayed in a pull-down menu).

Is it possible to only show some of the groups and not all? I want to put some of the operators in a group which can not be contacted via the form.

Thanks!
Jasper
Logged
Sparky
Moderator
Hero Member
*****

Karma: 83
Posts: 2,228


stop pushing all those buttons


View Profile
« Reply #4 on: January 23, 2008, 01:30:29 PM »

Ok thanks, helpfull!

i enabled the group mode (now groups are displayed in a pull-down menu).

Is it possible to only show some of the groups and not all? I want to put some of the operators in a group which can not be contacted via the form.

Thanks!
Jasper

The pull-down list is dynamically generated within the code.  You would have to remove the macro and write your own custom HTML pull down list which only contains your groups.

Please pull up your New Ticket page in a browser.  View source code.  Cut and paste the HTML of the pull-down list as it appears now and post it here.

I will help you make the required edits.
Logged

Did you update the paths in ttxcfg.cgi after moving TTX to your new location?   Undecided
To those seeking help.... please report back when you figure it out.  Cheesy
Paul Nolette
Newbie
*

Karma: 10
Posts: 49


View Profile
« Reply #5 on: January 23, 2008, 04:00:43 PM »

I only have two groups which makes it pretty easy but I use a different web form for each and default the group in the form.
This is how I did it you can decide if this works for you:
I copied newticket.html to isticket.html and trticket.html
edit one file and change this line
Code:
(%GROUPSELSTD%)
and replace with
Code:
<input type=hidden name=grp value=group1>
edit the other like this, change this line
Code:
(%GROUPSELSTD%)
and replace with
Code:
<input type=hidden name=grp value=group2>
Basically one is Group1, next Group2 etc. if you have more.
Now for users to get the correct webform:
**ttxwebserveraddress**/ttx.cgi?cmd=newticket&form=isticket
**ttxwebserveraddress**/ttx.cgi?cmd=newticket&form=trticket
We don't trust our users to bother choosing a group so we use 2 different forms!

Hope this helps!
Logged
Sparky
Moderator
Hero Member
*****

Karma: 83
Posts: 2,228


stop pushing all those buttons


View Profile
« Reply #6 on: January 23, 2008, 04:08:00 PM »

Thanks, pnolette.  That is a good summary of what to do.

If the user wanted a custom pull-down list instead of the one from the macro to perhaps only give the option of Group 1 and Group 5 for example:

Remove the macro...

Quote
(%GROUPSELSTD%)

Replace with a standard HTML pull-down...

Quote
<select name='grp'>
<option value='group1'>Your Group Name 1</option>
<option value='group5'>Your Group Name 5</option>
</select>
Logged

Did you update the paths in ttxcfg.cgi after moving TTX to your new location?   Undecided
To those seeking help.... please report back when you figure it out.  Cheesy
aanraad
Newbie
*

Karma: 0
Posts: 4


View Profile
« Reply #7 on: January 24, 2008, 09:44:10 AM »

Yes, exactly what i was looking for!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Page created in 0.026 seconds with 19 queries.