Refactored out of CRM_Core_PseudoConstant: ufGroup(), currencySymbols(). CRM-12464
[civicrm-core.git] / xml / schema / Core / UFJoin.xml
index 64c539329fcfa80402561bd6d23983c8aec9a8f0..0af165a9d68180fd9dfd26ab21d822034973c3d5 100644 (file)
       <type>int unsigned</type> 
       <required>true</required> 
       <comment>Which form does this field belong to.</comment> 
-      <add>1.3</add> 
+      <add>1.3</add>
+      <pseudoconstant>
+        <table>civicrm_uf_group</table>
+        <keyColumn>id</keyColumn>
+        <labelColumn>title</labelColumn>
+      </pseudoconstant>
   </field> 
   <foreignKey> 
        <name>uf_group_id</name>