Can someone explain about PRODUCT_PRICE_COND entity.
COND_VALUE OPERATOR_ENUM_ID PRODUCT_PRICE_COND_SEQ_ID INPUT_PARAM_ENUM_ID Regards Vedam |
I recommend the examples in DemoProduct.xml. -David On Nov 7, 2007, at 12:17 PM, Vedam B wrote: > Can someone explain about PRODUCT_PRICE_COND entity. > > COND_VALUE > OPERATOR_ENUM_ID > PRODUCT_PRICE_COND_SEQ_ID > INPUT_PARAM_ENUM_ID > > Regards > Vedam smime.p7s (3K) Download Attachment |
Thanks David.
But is there any source to refer for entity description, so that it will be more useful to understand the usage of entity. Actually, i referred to Data Model Resource Book Vol 1& Vol 2. But, many fields available in OFBiz are not discussed. Regards Vedam On Nov 8, 2007 12:50 AM, David E Jones <[hidden email]> wrote: > > I recommend the examples in DemoProduct.xml. > > -David > > > On Nov 7, 2007, at 12:17 PM, Vedam B wrote: > > > Can someone explain about PRODUCT_PRICE_COND entity. > > > > COND_VALUE > > OPERATOR_ENUM_ID > > PRODUCT_PRICE_COND_SEQ_ID > > INPUT_PARAM_ENUM_ID > > > > Regards > > Vedam > > |
If someone out there had the budget to document and describe everything in the way you are dreaming, why would they do that effort as part of an open source project? No, there isn't any wordy document that will answer every question you might possibly have (with NO foreknowledge of your prior knowledge). If you want to know for sure, read the code. If you want a pretty complete overview, look at the end-user docs on docs.ofbiz.org. If neither of those suit your needs I recommend engaging professional help. All of the information is available in OFBiz itself, and there are sources to make access to understanding easier, but I know from long experience that sometimes that just isn't enough. I've seen you asking this same question (about detailed data model, etc docs) a number of times. If you are looking for a reason to not use OFBiz, and the lack of such documentation is a sufficient reason, then go for it! ;) -David On Nov 7, 2007, at 12:27 PM, Vedam B wrote: > Thanks David. > > But is there any source to refer for entity description, so that it > will be > more useful to understand the usage of entity. > > Actually, i referred to Data Model Resource Book Vol 1& Vol 2. > > But, many fields available in OFBiz are not discussed. > > Regards > Vedam > > On Nov 8, 2007 12:50 AM, David E Jones <[hidden email]> > wrote: > >> >> I recommend the examples in DemoProduct.xml. >> >> -David >> >> >> On Nov 7, 2007, at 12:17 PM, Vedam B wrote: >> >>> Can someone explain about PRODUCT_PRICE_COND entity. >>> >>> COND_VALUE >>> OPERATOR_ENUM_ID >>> PRODUCT_PRICE_COND_SEQ_ID >>> INPUT_PARAM_ENUM_ID >>> >>> Regards >>> Vedam >> >> smime.p7s (3K) Download Attachment |
In reply to this post by Vedam B
Vedam,
While most of OFBiz's data model is based on those books, "real life" installations and challenging requirements have expanded the data model quite a bit. Sometimes entities and fields are added to accomodate a client's requirements. In many cases, these additions are not documented. If you're lucky, the original author of the additional entities/fields will see your post and will respond. Typically, you are your own - you just have to dig through the code to see how they are used. There is an initiative underway to document the data model within the entity definitions themselves - https://issues.apache.org/jira/browse/OFBIZ-1387 You are welcome to contribute your findings to that effort. -Adrian Vedam B wrote: > Thanks David. > > But is there any source to refer for entity description, so that it will be > more useful to understand the usage of entity. > > Actually, i referred to Data Model Resource Book Vol 1& Vol 2. > > But, many fields available in OFBiz are not discussed. > > Regards > Vedam > > On Nov 8, 2007 12:50 AM, David E Jones <[hidden email]> wrote: > > >>I recommend the examples in DemoProduct.xml. >> >>-David >> >> >>On Nov 7, 2007, at 12:17 PM, Vedam B wrote: >> >> >>>Can someone explain about PRODUCT_PRICE_COND entity. >>> >>>COND_VALUE >>>OPERATOR_ENUM_ID >>>PRODUCT_PRICE_COND_SEQ_ID >>>INPUT_PARAM_ENUM_ID >>> >>>Regards >>>Vedam >> >> > |
Free forum by Nabble | Edit this page |