KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
Installation / Configuration
»
Programming of KonaKart
»
editing custom fields of a Customer
« previous
next »
Print
Pages: [
1
]
Author
Topic: editing custom fields of a Customer (Read 525 times)
michaelwechner
Sr. Member
Posts: 110
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
Logged
michaelwechner
Sr. Member
Posts: 110
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
Logged
ming
Administrator
Sr. Member
Posts: 158
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.
Logged
michaelwechner
Sr. Member
Posts: 110
Re: editing custom fields of a Customer
«
Reply #3 on:
July 28, 2010, 03:09:09 PM »
Thank you :-)
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
Installation / Configuration
»
Programming of KonaKart
»
editing custom fields of a Customer