Search found 9 matches

by jmontoya
02 May 2012, 18:11
Forum: General
Topic: Customer preference "multiple" = yes
Replies: 0
Views: 555

Customer preference "multiple" = yes

I created a new PreferencesGeneric file called PreferencesGenericMultiple this page saves a customer preference when using a select multiple. I also created a PreferencesGenericDate in order to parse date values. It saves the data in the customer_preference DB like this: email;telephone;fax custom_p...
by jmontoya
30 Apr 2012, 16:16
Forum: General
Topic: New "date/radio/checkbox" user preference
Replies: 6
Views: 1997

Re: New "date/radio/checkbox" user preference

To be able to use a select "multiple" just add this:

Code: Select all

                <Item Key="Multiple">yes</Item>
by jmontoya
30 Apr 2012, 15:38
Forum: General
Topic: New "date/radio/checkbox" user preference
Replies: 6
Views: 1997

Re: New "date/radio/checkbox" user preference

I could replace checkboxes and radios for a select multiple/simple
by jmontoya
30 Apr 2012, 15:18
Forum: General
Topic: New "date/radio/checkbox" user preference
Replies: 6
Views: 1997

Re: New "date/radio/checkbox" user preference

I added a new "generic" output called PreferenceGenericDate in order to use dates, I have to add only this in the setting:

Code: Select all

                <Item Key="Module">Kernel::Output::HTML::PreferencesGenericDate</Item>
by jmontoya
27 Apr 2012, 15:28
Forum: General
Topic: New "date/radio/checkbox" user preference
Replies: 6
Views: 1997

Re: New "date/radio/checkbox" user preference

To add a Text field you have to add this:

Code: Select all

                <Item Key="Block">Input</Item>
testing the others fields ...
by jmontoya
27 Apr 2012, 15:19
Forum: General
Topic: New "date/radio/checkbox" user preference
Replies: 6
Views: 1997

Re: New "date/radio/checkbox" user preference

how about a text field?
by jmontoya
27 Apr 2012, 15:03
Forum: General
Topic: New "date/radio/checkbox" user preference
Replies: 6
Views: 1997

New "date/radio/checkbox" user preference

Hello there, I'm want to add some new user preferences in otrs 3.0. I'm using this: I created a file here: Kernel/Config/Files/test.xml and I added this: <ConfigItem Name="CustomerPreferencesGroups###UserExtra" Required="0" Valid="1"> <Description Translatable="1&q...
by jmontoya
26 Apr 2012, 14:07
Forum: General
Topic: Add extra text fields to the customer
Replies: 6
Views: 3760

Re: Add extra text fields to the customer

One more question I have to add a lot of variables in the customer form, and I wish to create a group of fields something like: "Personal Information", "Company Information", "etc , etc" There's a way to do this? Or I just have to add a lot of variables in the form, so ...
by jmontoya
26 Apr 2012, 14:02
Forum: General
Topic: Add extra text fields to the customer
Replies: 6
Views: 3760

Re: Add extra text fields to the customer

Hello crythias, It works for me, now I want to add a date value. I tried changing "var" with "date" or "datetime" and it doesn't work. I didn't find any documentation about which variables the "storage-type" support ... I tried with radio and checkbox and it w...