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.

Reply via email to