Hi Hans,

what if we use EnumerationType for this?
We could use EnumerationType.parentTypeId to define subtypes of existing types 
of enumerations.

Jacopo

On Feb 1, 2010, at 9:50 AM, Hans Bakker wrote:

> For reporting purposes we need to be able to specify saleschannel
> groups.
> 
> I can imagine it can also be useful for other enumerations
> 
> So i would like to add an Entity:
> 
>    <entity entity-name="EnumerationGroup"
>            package-name="org.ofbiz.common.enum"
>            default-resource-name="CommonEntityLabels"
>            title="Enumeration group Entity">
>      <field name="enumGroupId" type="id-ne"></field>
>      <field name="enumId" type="id-ne"></field>
>      <prim-key field="enumGroupId"/>
>      <prim-key field="enumId"/>
>    </entity>    
> 
> similar as was done in rev 899365 to add the UomGroup
> 
> regards,
> Hans
> 
> -- 
> http://www.antwebsystems.com : 
> Quality OFBiz support for competitive rates....
> 

Reply via email to