Help Desk Software & Beyond
May 17, 2012, 04:36:50 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: [MOD] Custom Access Key List  (Read 895 times)
arvin
Sr. Member
****

Karma: 10
Posts: 400


Yeah thats right !


View Profile
« on: October 14, 2010, 03:05:09 PM »

G'day,

Recently I have been playing around with TTX to see if I could add any cosmetic changes....one of these cosmetic changes had to do with Access Key list that is generated by TTX and emailed to the customers/users.

Here is the original line of code located in TTXTicket.pm under the "keyform" subroutine.

Code:
$body .= "#".$id." (".$t->{subject}.") KEY: ".$t->{key}."\n";


This code will generate the following....

Quote
#123 (Subject of request/ticket) KEY: 123456789xxxxxx

Here is my modification

Code:
$body .= "Service Request #".$id." (".$t->{subject}.") for ".$t->{"c7"}.$t->{"c8"}.$t->{"c9"}." The access key is: ".$t->{key}."\n\n";

This code will generate the following....

Quote
Service Request #123 (Subject of request/ticket) for {Custom Field#7} or {Custom Field#8} {Custom Field#9} the access key is: 123456789xxxxxx


***NOTE***

In my case ... {Custom Field#7} and {Custom Field#8} are fields used on a specific template and {Custom Field#9} is a specific field used on another template....


If anyone has any questions please feel free to ask and I will try my best to respond asap ....

Take care everyone .....
Logged
Sparky
Moderator
Hero Member
*****

Karma: 83
Posts: 2,228


stop pushing all those buttons


View Profile
« Reply #1 on: October 15, 2010, 12:05:24 PM »

Thanks Arvin-

A note for the reader, a similar version of this Mod is here...

http://forum.unitedwebcoders.com/index.php/topic,362.0.html


Fix your avatar/profile pic.   Tongue
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
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.019 seconds with 19 queries.