KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: michaelwechner on July 27, 2010, 01:01:47 pm

Title: editing custom fields of a Customer
Post by: michaelwechner on July 27, 2010, 01:01:47 pm
Hi

According to

http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html#editCustomer(java.lang.String,%20com.konakart.appif.CustomerIf)

only the fields

    *  gender
    * firstName
    * lastName
    * birthDate
    * emailAddr
    * faxNumber
    * telephoneNumber
    * newsletter

are editable, but how can one edit the custom fields

  * custom1
  * custom2
  * etc.

of

http://www.konakart.com/javadoc/server/com/konakart/appif/CustomerIf.html

?

Thanks

Michael
Title: Re: editing custom fields of a Customer
Post by: michaelwechner on July 27, 2010, 03:58:52 pm
this seems to work anyhow. Maybe it makes sense to update the javadoc accordingly.

Cheers

Michael
Title: Re: editing custom fields of a Customer
Post by: ming on July 28, 2010, 07:40:29 pm
Yes, the javadoc has been updated for the next release.

Thanks Michael.
Title: Re: editing custom fields of a Customer
Post by: michaelwechner on July 28, 2010, 09:09:09 pm
Thank you :-)