1 <?xml version=
"1.0" encoding=
"iso-8859-1" ?>
5 <class>ActionSchedule
</class>
6 <name>civicrm_action_schedule
</name>
7 <comment>Table to store the reminders.
</comment>
11 <type>int unsigned
</type>
12 <required>true
</required>
17 <autoincrement>true
</autoincrement>
24 <comment>Name of the action(reminder)
</comment>
32 <comment>Title of the action(reminder)
</comment>
36 <name>recipient
</name>
39 <comment>Recipient
</comment>
46 <comment>Is this the recipient criteria limited to OR in addition to?
</comment>
50 <name>entity_value
</name>
53 <comment>Entity value
</comment>
57 <name>entity_status
</name>
60 <comment>Entity status
</comment>
64 <name>start_action_offset
</name>
65 <type>int unsigned
</type>
66 <comment>Reminder Interval.
</comment>
70 <name>start_action_unit
</name>
73 <comment>Time units for reminder.
</comment>
75 <callback>CRM_Core_SelectValues::getScheduleReminderFrequencyUnits
</callback>
83 <name>start_action_condition
</name>
86 <comment>Reminder Action
</comment>
90 <name>start_action_date
</name>
93 <comment>Entity date
</comment>
97 <name>is_repeat
</name>
98 <title>Repeat?
</title>
104 <name>repetition_frequency_unit
</name>
107 <comment>Time units for repetition of reminder.
</comment>
109 <callback>CRM_Core_SelectValues::getScheduleReminderFrequencyUnits
</callback>
117 <name>repetition_frequency_interval
</name>
118 <type>int unsigned
</type>
119 <comment>Time interval for repeating the reminder.
</comment>
123 <name>end_frequency_unit
</name>
126 <comment>Time units till repetition of reminder.
</comment>
128 <callback>CRM_Core_SelectValues::getScheduleReminderFrequencyUnits
</callback>
136 <name>end_frequency_interval
</name>
137 <type>int unsigned
</type>
138 <comment>Time interval till repeating the reminder.
</comment>
142 <name>end_action
</name>
145 <comment>Reminder Action till repeating the reminder.
</comment>
149 <name>end_date
</name>
152 <comment>Entity end date
</comment>
156 <name>is_active
</name>
159 <comment>Is this option active?
</comment>
163 <name>recipient_manual
</name>
164 <title>Recipient Manual
</title>
167 <comment>Contact IDs to which reminder should be sent.
</comment>
171 <name>recipient_listing
</name>
172 <title>Recipient Listing
</title>
175 <comment>listing based on recipient field.
</comment>
179 <name>body_text
</name>
180 <type>longtext
</type>
181 <comment>Body of the mailing in text format.
</comment>
185 <name>body_html
</name>
186 <type>longtext
</type>
187 <comment>Body of the mailing in html format.
</comment>
194 <comment>Subject of mailing
</comment>
198 <name>record_activity
</name>
200 <default>NULL
</default>
201 <comment>Record Activity for this reminder?
</comment>
205 <name>mapping_id
</name>
206 <type>int unsigned
</type>
207 <comment>FK to mapping which is being used by this reminder
</comment>
211 <name>mapping_id
</name>
212 <table>civicrm_action_mapping
</table>
214 <onDelete>SET NULL
</onDelete>
217 <name>group_id
</name>
218 <type>int unsigned
</type>
219 <comment>FK to Group
</comment>
221 <table>civicrm_group
</table>
222 <keyColumn>id
</keyColumn>
223 <labelColumn>title
</labelColumn>
231 <name>group_id
</name>
232 <table>civicrm_group
</table>
234 <onDelete>SET NULL
</onDelete>
237 <name>msg_template_id
</name>
238 <type>int unsigned
</type>
239 <comment>FK to the message template.
</comment>
242 <name>msg_template_id
</name>
243 <table>civicrm_msg_template
</table>
245 <onDelete>SET NULL
</onDelete>
248 <name>absolute_date
</name>
250 <comment>Date on which the reminder be sent.
</comment>
254 <name>from_name
</name>
257 <comment>Name in
"from" field
</comment>
261 <name>from_email
</name>
264 <comment>Email address in
"from" field
</comment>
269 <title>Message Mode
</title>
270 <default>"Email"</default>
273 <comment>Send the message as email or sms or both.
</comment>
275 <optionGroupName>msg_mode
</optionGroupName>
283 <name>sms_provider_id
</name>
284 <type>int unsigned
</type>
291 <name>sms_provider_id
</name>
292 <table>civicrm_sms_provider
</table>
294 <onDelete>SET NULL
</onDelete>