Hello Christian,

Thanks for the quick response. Basically I want to add customer user
only from the system accounts. So I have added additional fields there.
So I want to add a date field there (eg. Birth date). To when I map in
Defaults.pm what should I specify the variable type

[ 'BirthDate',   'Birth Date',   'birthdate', 1, 0, '?', '', 0]

Or there is any other solution.

Kind Regards,
Amit Jain

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Christian Schoepplein
Sent: Thursday, January 25, 2007 3:43 PM
To: Development community of OTRS.org
Subject: Re: [dev] how to add new fields in Customer User

Hi Amit,

On Thu, Jan 25, 2007 at 01:56:52AM -0800, Amit Jain wrote:
>If I wish to add a date fields how to do that? I added in the map table
>a variable with data time storage-type but don't work. Can u help me
>this regard?

Is it really for the customer registration / customer data only or would

you like to use the date field in the customer / agent panel?

In the second case take a look at the free time fields.

If you like to store a date when a customer does registrate an account, 
I do not know a possibility to predefine a field that contains the 
whole date. But ofcourse it should be possible to read out the value for

the actual date and store the value (timestamp) as a hidden field in the

form. After the form is submitted the date value can be also inserted 
into the database. Another possibility would be to define tree fields 
(day, month, year) and let the customer select the values. The third 
possibility is to present a normal text field where the customer can 
enter the data...

>Amit Jain

Kind regards,

  Christian

-- 
((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing
  Fon: +49 (0) 9421 56818-0  :: Fax: +49 (0) 9421 56818-18
    http://www.otrs.com/ :: Communication with success!
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to