Author: jleroux
Date: Sun Mar 15 11:38:29 2009
New Revision: 754657
URL:
http://svn.apache.org/viewvc?rev=754657&view=revLog:
Descriptions enhancements from the thread
http://mail-archives.apache.org/mod_mbox/ofbiz-user/200903.mbox/%3C49BA7A4F.2000101@...%3EModified:
ofbiz/trunk/applications/party/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?rev=754657&r1=754656&r2=754657&view=diff==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Sun Mar 15 11:38:29 2009
@@ -647,7 +647,7 @@
<field name="contactMechTypeId" type="id"></field>
<field name="contactMechIdFrom" type="id"/>
<field name="contactMechIdTo" type="id"/>
- <field name="roleTypeIdFrom" type="id"></field>
+ <field name="roleTypeIdFrom" type="id"><description>If the partyIdFrom/roleTypeIdFrom fields are populated here the same data should not be duplicated in CommunicationEventRole records.</description></field>
<field name="roleTypeIdTo" type="id"></field>
<field name="partyIdFrom" type="id"></field>
<field name="partyIdTo" type="id"></field>
@@ -842,7 +842,7 @@
package-name="org.ofbiz.party.communication"
title="Communication Event Role Entity">
<field name="communicationEventId" type="id-ne"></field>
- <field name="partyId" type="id-ne"></field>
+ <field name="partyId" type="id-ne"><description>If the partyIdFrom/roleTypeIdFrom fields are populated in CommunicationEvent the same data should not be duplicated in CommunicationEventRole records.</description></field>
<field name="roleTypeId" type="id-ne"></field>
<field name="contactMechId" type="id"><description>For additional communication event participants this represents the contactMechId of the ContactMech used.</description></field>
<field name="statusId" type="id"></field>