Author Topic: editing custom fields of a Customer  (Read 522 times)

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
editing custom fields of a Customer
« on: July 27, 2010, 07:01:47 AM »
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

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Re: editing custom fields of a Customer
« Reply #1 on: July 27, 2010, 09:58:52 AM »
this seems to work anyhow. Maybe it makes sense to update the javadoc accordingly.

Cheers

Michael

ming

  • Administrator
  • Sr. Member
  • *****
  • Posts: 158
    • View Profile
    • KonaKart Website
Re: editing custom fields of a Customer
« Reply #2 on: July 28, 2010, 01:40:29 PM »
Yes, the javadoc has been updated for the next release.

Thanks Michael.

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Re: editing custom fields of a Customer
« Reply #3 on: July 28, 2010, 03:09:09 PM »
Thank you :-)