Table Mapping

2014-05-14 Thread Eric Halim
Where is the table mapping? #if productAssoc.productId == product.productId #assign assocProductId = productAssoc.productIdTo / #else #assign assocProductId = productAssoc.productId / /#if Where to check

RE: Table Mapping

2014-05-13 Thread Eric Halim
PM To: user@ofbiz.apache.org Subject: Re: Table Mapping Hi Eric, Yes you can add new tables in appropriate entitymodel.xml file. Refer how to do that from tutorial here. There are 3 sections dedicated to this thing namely: Creating Custom Entity, Extending an Existing OOTB Entity and Preparing

Re: Table Mapping

2014-05-12 Thread Pierre Smits
If not please elaborate your question. Best regards, Pranay Pandey http://www.hotwaxmedia.com On 09-May-2014, at 2:49 PM, Eric Halim wrote: Where is the table mapping? #if productAssoc.productId == product.productId #assign assocProductId

Re: Table Mapping

2014-05-12 Thread Pranay Pandey
there be some special steps to create new table in Ofbiz? Thanks in advance -Original Message- From: Pranay Pandey [mailto:pranay.pan...@hotwaxmedia.com] Sent: Monday, May 12, 2014 11:29 AM To: user@ofbiz.apache.org Subject: Re: Table Mapping I think you are looking for this info

Re: Table Mapping

2014-05-12 Thread Pranay Pandey
. What are the impacts doing so in this way? In this case, I have set Ofbiz data to Oracle DB. -Original Message- From: Pranay Pandey [mailto:pranay.pan...@hotwaxmedia.com] Sent: Monday, May 12, 2014 4:05 PM To: user@ofbiz.apache.org Subject: Re: Table Mapping Hi Eric, Yes

Re: Table Mapping

2014-05-11 Thread Pranay Pandey
elaborate your question. Best regards, Pranay Pandey http://www.hotwaxmedia.com On 09-May-2014, at 2:49 PM, Eric Halim wrote: Where is the table mapping? #if productAssoc.productId == product.productId #assign assocProductId = productAssoc.productIdTo