Please use rather user ML for such questions/answers, see why here : http://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists#MailingLists-DesignanddevelopmentList:[email protected]
Thanks Jacques From: "Wai" <[email protected]>
You can extend an existing entity by adding the following (or some form of it) in your own entitymodel.xml <extend-entity entity-name="someExistingEntityName"> <field name="yourExtraFieldInExistingEntity" type="id" /> </extend-entity> -- View this message in context: http://ofbiz.135035.n4.nabble.com/General-customization-tp2303367p2303695.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.
