You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Yitao_Zhao <to...@gmail.com> on 2008/01/22 18:02:27 UTC

create a new customer

Hi

I try to create a new customer with web service as follows
            
However I am not sure which is the correct entity for create

Party or userLogin or others

Programme example:
   GenericValue customerValue=delegator.create("Entity
Name",(Map)customerMap);
   customerValue.create();
Thanks