[rt-users] CF : Comboxbox dynamic content

Emmanuel Lacour elacour at easter-eggs.com
Fri Jan 25 16:57:55 EST 2008


On Wed, Jan 23, 2008 at 04:03:00PM +0100, Horst Kriegers wrote:
> Hi all,
> I'm (very, very) new RT user and don't find the answer to solve my
> problem. I hope anyone can help me.
>  
> 2 Custom Fields - combobox
>  
> The first combobox contains 2 values
> The values displayed on the second combobox depend of the selected
> value on the first combobox.
>  
> Is this possible ?

Not really (unless you modify a little bit RT with a bit of
javascript) but you can use a "select" type customfield and use the
category field.

Example:

CF: Test
Type: Select One value
Content:

SortOrder ; Name ; Description ; Category
0         ; App1 ;             ; Customer1
0         ; App2 ;             ; Customer1
0         ; App1 ;             ; Customer2
0         ; App2 ;             ; Customer2
0         ; App3 ;             ; Customer2


This way you will get a two level customfield, first select the customer
(category), then the Name (application).




More information about the rt-users mailing list