Help Desk Software & Beyond
February 04, 2012, 03:03:49 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: Custom Fields  (Read 1745 times)
baldur2630
Jr. Member
**

Karma: 0
Posts: 52


View Profile
« on: May 26, 2010, 02:18:40 AM »

We have just added a new company to our support and they have many customers all using different products on different Operating Systems.

I need to add : -
A second email address i.e Customer and if necessary the other Company for their records
A Customer telephone number.
Base OS - e.g Windows 2003 or CentOS 5.4
Product - e.g Zenworks Configuration Manager
Version - e.g 10.2.2

I am using rev. 2.24.431 MySQL Edition

Will the Layout Manager handle this?
Logged
Sparky
Moderator
Hero Member
*****

Karma: 82
Posts: 2,206


stop pushing all those buttons


View Profile
« Reply #1 on: May 26, 2010, 02:36:50 AM »

yes.
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
baldur2630
Jr. Member
**

Karma: 0
Posts: 52


View Profile
« Reply #2 on: May 26, 2010, 05:54:06 PM »

 Undecided I went to the Module order page and I see that the Layout Designer Module is Version 3.0.

Is this 100% compatible with rev. 2.24.431 MySQL Edition which I am using?
« Last Edit: May 26, 2010, 08:21:59 PM by Sparky » Logged
Sparky
Moderator
Hero Member
*****

Karma: 82
Posts: 2,206


stop pushing all those buttons


View Profile
« Reply #3 on: May 26, 2010, 08:22:13 PM »

Undecided I went to the Module order page and I see that the Layout Designer Module is Version 3.0.

Is this 100% compatible with rev. 2.24.431 MySQL Edition which I am using?

When you purchase it, you will receive access to the download page where you will be able to choose whichever version you need.
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
baldur2630
Jr. Member
**

Karma: 0
Posts: 52


View Profile
« Reply #4 on: May 27, 2010, 05:40:43 AM »

OK, I've got it. Amazingly easy to setup BUT... (there's always a but!)

I have added a Custom Field "2nd Email Address".  I would prefer it NOT to show the 2nd email address on outgoing emails. Is this possible?



Logged
baldur2630
Jr. Member
**

Karma: 0
Posts: 52


View Profile
« Reply #5 on: May 27, 2010, 06:18:03 AM »

Just found another problem. I made some changes according to "How to add custom Field".

One of the Fields is Operating System, So I made an Item List - Windows;Linux;NetWare;UNIX;Other This was fine until I changed the %CUSTOM1% to the recommended code to make the field mandatory and now in the resulting ListBox the first field is Blank (like my Item List was "      ";Windows etc) How can I get rid of the Blank Item?
 
« Last Edit: May 27, 2010, 06:54:14 AM by baldur2630 » Logged
arvin
Sr. Member
****

Karma: 9
Posts: 400


Yeah thats right !


View Profile
« Reply #6 on: August 06, 2010, 03:02:20 PM »

Hi Baldur2630,

In regards to your second post .... (custom field) ..... would this work for you ....

Code for drop down .....

Code:
<select name="xOperating System" tabindex="?" value="(%INPUT_xOperatingSystem%)">
<option selected="selected">--please select--</option>
<option>Windows</option>
<option>Linux</option>
<option>NetWare</option>
<option>UNIX</option>
<option>Other</option>
</select>

Code to make it a mandatory field

Code:
<input type=hidden name=mandatory value="xOperating System">
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.023 seconds with 19 queries.