Merge pull request #20115 from larssandergreen/fix-internal-anchor-URLs-in-mailings
[civicrm-core.git] / xml / schema / Campaign / Campaign.xml
index 3610464350e800e84c8dd97bf547dad5b76ff871..0b6000960a36f7376fbf50f24b28d1dda816dd9a 100644 (file)
@@ -4,6 +4,7 @@
   <class>Campaign</class>
   <name>civicrm_campaign</name>
   <comment>Campaign Details.</comment>
+  <description>Campaigns link activities, contributions, mailings, etc. that share a programmatic goal.</description>
   <add>3.3</add>
   <icon>fa-bullhorn</icon>
   <labelField>title</labelField>
@@ -20,6 +21,9 @@
     <required>true</required>
     <comment>Unique Campaign ID.</comment>
     <import>true</import>
+    <html>
+      <type>Number</type>
+    </html>
     <add>3.3</add>
   </field>
   <primaryKey>
 
   <field>
     <name>parent_id</name>
-    <title>Parent Campaign</title>
+    <title>Parent Campaign ID</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <comment>Optional parent id for this Campaign.</comment>
     <add>3.3</add>
     <html>
       <type>EntityRef</type>
+      <label>Parent Campaign</label>
     </html>
   </field>
   <foreignKey>
   <field>
     <name>created_id</name>
     <type>int unsigned</type>
-    <title>Campaign Created By</title>
+    <title>Created By Contact ID</title>
     <comment>FK to civicrm_contact, who created this Campaign.</comment>
+    <html>
+      <label>Created By</label>
+    </html>
     <add>3.3</add>
   </field>
   <foreignKey>
   <field>
     <name>last_modified_id</name>
     <type>int unsigned</type>
-    <title>Campaign Modified By</title>
+    <title>Modified By Contact ID</title>
     <comment>FK to civicrm_contact, who recently edited this Campaign.</comment>
+    <html>
+      <label>Modified By</label>
+    </html>
     <add>3.3</add>
   </field>
   <foreignKey>
     <add>3.4</add>
     <html>
       <type>Text</type>
+      <label>Goal Revenue</label>
     </html>
   </field>
 </table>