*
* Generated from xml/schema/CRM/Mailing/Mailing.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:62a218e043b9abab2e816bf69272cca1)
+ * (GenCodeChecksum:55608e7270f5f764477813403689775a)
*/
/**
'copy' => 'civicrm/mailing/send?mid=[id]',
'view' => 'civicrm/mailing/report?mid=[id]&reset=1',
'preview' => 'civicrm/mailing/view?id=[id]&reset=1',
+ 'delete' => 'civicrm/mailing/browse?action=delete&mid=[id]&reset=1',
];
/**
'localizable' => 0,
'html' => [
'type' => 'Text',
+ 'label' => ts("Name"),
],
'add' => NULL,
],
'localizable' => 0,
'html' => [
'type' => 'Text',
+ 'label' => ts("From Name"),
],
'add' => NULL,
],
'localizable' => 0,
'html' => [
'type' => 'Text',
+ 'label' => ts("From Email"),
],
'add' => NULL,
],
'html' => [
'type' => 'Select Date',
'formatType' => 'activityDateTime',
+ 'label' => ts("Created Date"),
],
'add' => '3.0',
],
'bao' => 'CRM_Mailing_BAO_Mailing',
'localizable' => 0,
'html' => [
+ 'type' => 'Select Date',
'label' => ts("Modified Date"),
],
'readonly' => TRUE,
'html' => [
'type' => 'Select Date',
'formatType' => 'activityDateTime',
+ 'label' => ts("Scheduled Date"),
],
'add' => '3.3',
],
'localizable' => 0,
'html' => [
'type' => 'Select',
+ 'label' => ts("Visibility"),
],
'pseudoconstant' => [
'callback' => 'CRM_Core_SelectValues::groupVisibility',
*
* Generated from xml/schema/CRM/Mailing/MailingJob.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:234cdededd082922f889dc386c46ed60)
+ * (GenCodeChecksum:92bce75ffec87400a53a47591c09201f)
*/
/**
'localizable' => 0,
'FKClassName' => 'CRM_Mailing_DAO_Mailing',
'html' => [
+ 'type' => 'EntityRef',
'label' => ts("Mailing"),
],
'add' => NULL,
'localizable' => 0,
'html' => [
'type' => 'Select',
+ 'label' => ts("Status"),
],
'pseudoconstant' => [
'callback' => 'CRM_Core_SelectValues::getMailingJobStatus',
'entity' => 'MailingJob',
'bao' => 'CRM_Mailing_BAO_MailingJob',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'CheckBox',
+ 'label' => ts("Test Mailing"),
+ ],
'add' => '1.9',
],
'job_type' => [
'localizable' => 0,
'FKClassName' => 'CRM_Mailing_DAO_MailingJob',
'html' => [
+ 'type' => 'EntityRef',
'label' => ts("Parent"),
],
'add' => '3.3',
'entity' => 'MailingJob',
'bao' => 'CRM_Mailing_BAO_MailingJob',
'localizable' => 0,
+ 'html' => [
+ 'type' => 'Number',
+ 'label' => ts("Batch Limit"),
+ ],
'add' => '3.3',
],
];
<copy>civicrm/mailing/send?mid=[id]</copy>
<view>civicrm/mailing/report?mid=[id]&reset=1</view>
<preview>civicrm/mailing/view?id=[id]&reset=1</preview>
+ <delete>civicrm/mailing/browse?action=delete&mid=[id]&reset=1</delete>
</paths>
<field>
<name>id</name>
<length>128</length>
<comment>Mailing Name.</comment>
<html>
+ <label>Name</label>
<type>Text</type>
</html>
</field>
<length>128</length>
<comment>From Header of mailing</comment>
<html>
+ <label>From Name</label>
<type>Text</type>
</html>
</field>
<length>128</length>
<comment>From Email of mailing</comment>
<html>
+ <label>From Email</label>
<type>Text</type>
</html>
</field>
<comment>Date and time this mailing was created.</comment>
<add>3.0</add>
<html>
+ <label>Created Date</label>
<type>Select Date</type>
<formatType>activityDateTime</formatType>
</html>
<default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
<html>
<label>Modified Date</label>
+ <type>Select Date</type>
</html>
<readonly>true</readonly>
<add>4.7</add>
<comment>Date and time this mailing was scheduled.</comment>
<add>3.3</add>
<html>
+ <label>Scheduled Date</label>
<type>Select Date</type>
<formatType>activityDateTime</formatType>
</html>
</pseudoconstant>
<add>3.3</add>
<html>
+ <label>Visibility</label>
<type>Select</type>
</html>
</field>
<comment>The ID of the mailing this Job will send.</comment>
<html>
<label>Mailing</label>
+ <type>EntityRef</type>
</html>
</field>
<foreignKey>
<callback>CRM_Core_SelectValues::getMailingJobStatus</callback>
</pseudoconstant>
<html>
+ <label>Status</label>
<type>Select</type>
</html>
</field>
<default>0</default>
<required>true</required>
<comment>Is this job for a test mail?</comment>
+ <html>
+ <label>Test Mailing</label>
+ <type>CheckBox</type>
+ </html>
<add>1.9</add>
</field>
<field>
<default>NULL</default>
<html>
<label>Parent</label>
+ <type>EntityRef</type>
</html>
<add>3.3</add>
</field>
<title>Mailing Job Limit</title>
<type>int</type>
<comment>Queue size limit for each child job</comment>
+ <html>
+ <label>Batch Limit</label>
+ <type>Number</type>
+ </html>
<default>0</default>
<add>3.3</add>
</field>