What's the cardinality of the relationship?

If you add an orderId to the Agreement entity you'd basically have many 
agreements for one order, but you could not have more than one order per 
agreement.

It would probably be better to follow the same *Appl entity pattern, even used 
for some Agreement* entities, that structures a many-to-many relationship.

-David


On Jun 9, 2010, at 12:22 AM, Hans Bakker wrote:

> We need to be able to relate contractual information with an order.
> 
> Contractual information could be stored in the agreement related
> enities. However I do not see a way to link agreements with a specific
> order.
> 
> Add the orderId to the agreement Entity?
> 
> any opinions here?
> 
> -- 
> Ofbiz on twitter: http://twitter.com/apache_ofbiz
> Myself on twitter: http://twitter.com/hansbak
> Antwebsystems.com: Quality services for competitive rates.
> 

Reply via email to