*
* Generated from xml/schema/CRM/Campaign/Campaign.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:99376d5b37f09370bab36f3a3cd37e0a)
+ * (GenCodeChecksum:0db877ff95e04216a2c4553e5e1f0594)
*/
/**
'localizable' => 0,
'html' => [
'type' => 'Number',
+ 'label' => ts("ID"),
],
'readonly' => TRUE,
'add' => '3.3',
'localizable' => 0,
'html' => [
'type' => 'Text',
+ 'label' => ts("Name"),
],
'add' => '3.3',
],
'localizable' => 0,
'html' => [
'type' => 'Text',
+ 'label' => ts("Title"),
],
'add' => '3.3',
],
'localizable' => 0,
'html' => [
'type' => 'TextArea',
+ 'label' => ts("Description"),
],
'add' => '3.3',
],
'html' => [
'type' => 'Select Date',
'formatType' => 'activityDateTime',
+ 'label' => ts("Start Date"),
],
'add' => '3.3',
],
'html' => [
'type' => 'Select Date',
'formatType' => 'activityDateTime',
+ 'label' => ts("End Date"),
],
'add' => '3.3',
],
'localizable' => 0,
'html' => [
'type' => 'Select',
+ 'label' => ts("Type"),
],
'pseudoconstant' => [
'optionGroupName' => 'campaign_type',
'localizable' => 0,
'html' => [
'type' => 'Select',
+ 'label' => ts("Status"),
],
'pseudoconstant' => [
'optionGroupName' => 'campaign_status',
'localizable' => 0,
'html' => [
'type' => 'Text',
+ 'label' => ts("External ID"),
],
'add' => '3.3',
],
<import>true</import>
<html>
<type>Number</type>
+ <label>ID</label>
</html>
<add>3.3</add>
</field>
<import>true</import>
<html>
<type>Text</type>
+ <label>Name</label>
</html>
<add>3.3</add>
</field>
<import>true</import>
<html>
<type>Text</type>
+ <label>Title</label>
</html>
<add>3.3</add>
</field>
<type>TextArea</type>
<rows>8</rows>
<cols>60</cols>
+ <label>Description</label>
</html>
<comment>Full description of Campaign.</comment>
<add>3.3</add>
<comment>Date and time that Campaign starts.</comment>
<import>true</import>
<html>
+ <label>Start Date</label>
<type>Select Date</type>
<formatType>activityDateTime</formatType>
</html>
<comment>Date and time that Campaign ends.</comment>
<import>true</import>
<html>
+ <label>End Date</label>
<type>Select Date</type>
<formatType>activityDateTime</formatType>
</html>
<optionGroupName>campaign_type</optionGroupName>
</pseudoconstant>
<html>
+ <label>Type</label>
<type>Select</type>
</html>
<add>3.3</add>
<optionGroupName>campaign_status</optionGroupName>
</pseudoconstant>
<html>
+ <label>Status</label>
<type>Select</type>
</html>
<add>3.3</add>
<import>true</import>
<add>3.3</add>
<html>
+ <label>External ID</label>
<type>Text</type>
</html>
</field>
<comment>Is this Campaign enabled or disabled/cancelled?</comment>
<add>3.3</add>
<html>
+ <label>Enabled</label>
<type>CheckBox</type>
<label>Enabled</label>
</html>