[OFBiz] SVN: r6872 - trunk/applications/content/entitydef

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Wed Mar 1 01:07:09 CST 2006


Author: jonesde
Date: 2006-03-01 01:07:06 -0600 (Wed, 01 Mar 2006)
New Revision: 6872

Modified:
   trunk/applications/content/entitydef/entitymodel.xml
Log:
Increased size of externalFieldRef field, evidently common that they are more than 20 characters...

Modified: trunk/applications/content/entitydef/entitymodel.xml
===================================================================
--- trunk/applications/content/entitydef/entitymodel.xml	2006-03-01 01:42:05 UTC (rev 6871)
+++ trunk/applications/content/entitydef/entitymodel.xml	2006-03-01 07:07:06 UTC (rev 6872)
@@ -1239,7 +1239,7 @@
       <field name="surveyMultiRespId" type="id-ne"/>
       <field name="requiredField" type="indicator"/>
       <field name="sequenceNum" type="numeric"/>
-      <field name="externalFieldRef" type="id"><description>External field ID/reference; for AcroForms used to track the field ID</description></field>
+      <field name="externalFieldRef" type="long-varchar"><description>External field ID/reference; for AcroForms used to track the field ID</description></field>
       <field name="withSurveyQuestionId" type="id"><description>These two with* fields are used to specify that this question should only appear if the with option has been selected for the with question.</description></field>
       <field name="withSurveyOptionSeqId" type="id"/>
       <prim-key field="surveyId"/>



More information about the Svn mailing list