Use standard names from CRM_Core_Action for entity paths and add a few more paths
[civicrm-core.git] / xml / schema / Event / Event.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Event</base>
5 <class>Event</class>
6 <name>civicrm_event</name>
7 <add>1.7</add>
8 <log>true</log>
9 <icon>fa-calendar</icon>
10 <paths>
11 <add>civicrm/event/add?reset=1</add>
12 <view>civicrm/event/info?reset=1&amp;id=[id]</view>
13 </paths>
14 <field>
15 <name>id</name>
16 <type>int unsigned</type>
17 <title>Event ID</title>
18 <required>true</required>
19 <comment>Event</comment>
20 <add>1.7</add>
21 </field>
22 <primaryKey>
23 <name>id</name>
24 <autoincrement>true</autoincrement>
25 </primaryKey>
26 <field>
27 <name>title</name>
28 <uniqueName>event_title</uniqueName>
29 <type>varchar</type>
30 <import>true</import>
31 <title>Event Title</title>
32 <headerPattern>/(event.)?title$/i</headerPattern>
33 <length>255</length>
34 <localizable>true</localizable>
35 <comment>Event Title (e.g. Fall Fundraiser Dinner)</comment>
36 <html>
37 <type>Text</type>
38 </html>
39 <add>1.7</add>
40 </field>
41 <field>
42 <name>summary</name>
43 <type>text</type>
44 <title>Event Summary</title>
45 <html>
46 <type>TextArea</type>
47 <rows>4</rows>
48 <cols>60</cols>
49 </html>
50 <localizable>true</localizable>
51 <comment>Brief summary of event. Text and html allowed. Displayed on Event Registration form and can be used on other CMS pages which need an event summary.</comment>
52 <add>1.7</add>
53 </field>
54 <field>
55 <name>description</name>
56 <type>text</type>
57 <uniqueName>event_description</uniqueName>
58 <title>Event Description</title>
59 <html>
60 <type>RichTextEditor</type>
61 <rows>8</rows>
62 <cols>60</cols>
63 </html>
64 <localizable>true</localizable>
65 <comment>Full description of event. Text and html allowed. Displayed on built-in Event Information screens.</comment>
66 <add>1.7</add>
67 </field>
68 <field>
69 <name>event_type_id</name>
70 <type>int unsigned</type>
71 <uniqueName>event_type_id</uniqueName>
72 <title>Event Type</title>
73 <default>0</default>
74 <pseudoconstant>
75 <optionGroupName>event_type</optionGroupName>
76 </pseudoconstant>
77 <html>
78 <type>Select</type>
79 </html>
80 <comment>Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.</comment>
81 <add>1.7</add>
82 </field>
83 <index>
84 <name>index_event_type_id</name>
85 <fieldName>event_type_id</fieldName>
86 <add>1.8</add>
87 </index>
88 <field>
89 <name>participant_listing_id</name>
90 <type>int unsigned</type>
91 <uniqueName>participant_listing_id</uniqueName>
92 <title>Participant Listing</title>
93 <default>NULL</default>
94 <pseudoconstant>
95 <optionGroupName>participant_listing</optionGroupName>
96 </pseudoconstant>
97 <comment>Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing.</comment>
98 <add>2.0</add>
99 <html>
100 <type>Select</type>
101 </html>
102 </field>
103 <index>
104 <name>index_participant_listing_id</name>
105 <fieldName>participant_listing_id</fieldName>
106 <add>2.0</add>
107 </index>
108 <field>
109 <name>is_public</name>
110 <type>boolean</type>
111 <title>Is Event Public</title>
112 <default>1</default>
113 <comment>Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.</comment>
114 <add>1.7</add>
115 <html>
116 <type>CheckBox</type>
117 </html>
118 </field>
119 <field>
120 <name>start_date</name>
121 <type>datetime</type>
122 <uniqueName>event_start_date</uniqueName>
123 <title>Event Start Date</title>
124 <headerPattern>/^start|(s(tart\s)?date)$/i</headerPattern>
125 <import>true</import>
126 <comment>Date and time that event starts.</comment>
127 <add>1.7</add>
128 <html>
129 <type>Select Date</type>
130 <formatType>activityDateTime</formatType>
131 </html>
132 </field>
133 <field>
134 <name>end_date</name>
135 <type>datetime</type>
136 <uniqueName>event_end_date</uniqueName>
137 <title>Event End Date</title>
138 <headerPattern>/^end|(e(nd\s)?date)$/i</headerPattern>
139 <import>true</import>
140 <comment>Date and time that event ends. May be NULL if no defined end date/time</comment>
141 <add>1.7</add>
142 <html>
143 <type>Select Date</type>
144 <formatType>activityDateTime</formatType>
145 </html>
146 </field>
147 <field>
148 <name>is_online_registration</name>
149 <type>boolean</type>
150 <title>Is Online Registration</title>
151 <default>0</default>
152 <comment>If true, include registration link on Event Info page.</comment>
153 <add>1.7</add>
154 <html>
155 <type>CheckBox</type>
156 </html>
157 </field>
158 <field>
159 <name>registration_link_text</name>
160 <type>varchar</type>
161 <title>Event Registration Link Text</title>
162 <length>255</length>
163 <localizable>true</localizable>
164 <comment>Text for link to Event Registration form which is displayed on Event Information screen when is_online_registration is true.</comment>
165 <add>1.7</add>
166 <html>
167 <type>Text</type>
168 </html>
169 </field>
170 <field>
171 <name>registration_start_date</name>
172 <type>datetime</type>
173 <comment>Date and time that online registration starts.</comment>
174 <add>1.8</add>
175 <html>
176 <type>Select Date</type>
177 <formatType>activityDateTime</formatType>
178 </html>
179 </field>
180 <field>
181 <name>registration_end_date</name>
182 <type>datetime</type>
183 <comment>Date and time that online registration ends.</comment>
184 <add>1.8</add>
185 <html>
186 <type>Select Date</type>
187 <formatType>activityDateTime</formatType>
188 </html>
189 </field>
190 <field>
191 <name>max_participants</name>
192 <type>int unsigned</type>
193 <title>Max Participants</title>
194 <default>NULL</default>
195 <comment>Maximum number of registered participants to allow. After max is reached, a custom Event Full message is displayed. If NULL, allow unlimited number of participants.</comment>
196 <add>1.7</add>
197 <html>
198 <type>Text</type>
199 </html>
200 </field>
201 <field>
202 <name>event_full_text</name>
203 <type>text</type>
204 <title>Event Information</title>
205 <html>
206 <type>TextArea</type>
207 <rows>4</rows>
208 <cols>60</cols>
209 </html>
210 <localizable>true</localizable>
211 <comment>Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.</comment>
212 <add>1.7</add>
213 </field>
214 <field>
215 <name>is_monetary</name>
216 <title>Is this a PAID event?</title>
217 <type>boolean</type>
218 <default>0</default>
219 <comment>If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.</comment>
220 <add>1.7</add>
221 <html>
222 <type>CheckBox</type>
223 </html>
224 </field>
225 <field>
226 <name>financial_type_id</name>
227 <type>int unsigned</type>
228 <title>Financial Type</title>
229 <default>NULL</default>
230 <comment>Financial type assigned to paid event registrations for this event. Required if is_monetary is true.</comment>
231 <pseudoconstant>
232 <table>civicrm_financial_type</table>
233 <keyColumn>id</keyColumn>
234 <labelColumn>name</labelColumn>
235 </pseudoconstant>
236 <html>
237 <type>Select</type>
238 </html>
239 <add>4.3</add>
240 </field>
241 <field>
242 <name>payment_processor</name>
243 <type>varchar</type>
244 <length>128</length>
245 <serialize>SEPARATOR_TRIMMED</serialize>
246 <comment>Payment Processors configured for this Event (if is_monetary is true)</comment>
247 <pseudoconstant>
248 <table>civicrm_payment_processor</table>
249 <keyColumn>id</keyColumn>
250 <labelColumn>name</labelColumn>
251 </pseudoconstant>
252 <html>
253 <type>Select</type>
254 </html>
255 <add>1.8</add>
256 </field>
257 <field>
258 <name>is_map</name>
259 <title>Map Enabled</title>
260 <type>boolean</type>
261 <default>0</default>
262 <comment>Include a map block on the Event Information page when geocode info is available and a mapping provider has been specified?</comment>
263 <add>1.7</add>
264 <html>
265 <type>CheckBox</type>
266 </html>
267 </field>
268 <field>
269 <name>is_active</name>
270 <title>Is Active</title>
271 <type>boolean</type>
272 <default>0</default>
273 <comment>Is this Event enabled or disabled/cancelled?</comment>
274 <add>1.7</add>
275 <html>
276 <type>CheckBox</type>
277 </html>
278 </field>
279 <field>
280 <name>fee_label</name>
281 <type>varchar</type>
282 <import>true</import>
283 <title>Fee Label</title>
284 <headerPattern>/^fee|(f(ee\s)?label)$/i</headerPattern>
285 <length>255</length>
286 <localizable>true</localizable>
287 <html>
288 <type>Text</type>
289 </html>
290 <add>1.8</add>
291 </field>
292 <field>
293 <name>is_show_location</name>
294 <type>boolean</type>
295 <title>show location</title>
296 <default>1</default>
297 <comment>If true, show event location.</comment>
298 <add>1.7</add>
299 <html>
300 <type>CheckBox</type>
301 </html>
302 </field>
303 <field>
304 <name>loc_block_id</name>
305 <type>int unsigned</type>
306 <title>Location Block ID</title>
307 <comment>FK to Location Block ID</comment>
308 <add>2.0</add>
309 </field>
310 <foreignKey>
311 <name>loc_block_id</name>
312 <table>civicrm_loc_block</table>
313 <key>id</key>
314 <onDelete>SET NULL</onDelete>
315 <add>2.0</add>
316 </foreignKey>
317 <field>
318 <name>default_role_id</name>
319 <uniqueName>default_role_id</uniqueName>
320 <title>Default Role</title>
321 <import>true</import>
322 <type>int unsigned</type>
323 <default>1</default>
324 <pseudoconstant>
325 <optionGroupName>participant_role</optionGroupName>
326 </pseudoconstant>
327 <comment>Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.</comment>
328 <add>2.0</add>
329 <html>
330 <type>Select</type>
331 </html>
332 </field>
333 <field>
334 <name>intro_text</name>
335 <type>text</type>
336 <html>
337 <type>RichTextEditor</type>
338 <rows>6</rows>
339 <cols>50</cols>
340 </html>
341 <title>Introductory Message</title>
342 <localizable>true</localizable>
343 <comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.</comment>
344 <add>1.7</add>
345 </field>
346 <field>
347 <name>footer_text</name>
348 <title>Footer Message</title>
349 <type>text</type>
350 <html>
351 <type>RichTextEditor</type>
352 <rows>6</rows>
353 <cols>50</cols>
354 </html>
355 <localizable>true</localizable>
356 <comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.</comment>
357 <add>1.7</add>
358 </field>
359 <field>
360 <name>confirm_title</name>
361 <type>varchar</type>
362 <title>Confirmation Title</title>
363 <length>255</length>
364 <default>NULL</default>
365 <localizable>true</localizable>
366 <comment>Title for Confirmation page.</comment>
367 <html>
368 <type>Text</type>
369 </html>
370 <add>1.7</add>
371 </field>
372 <field>
373 <name>confirm_text</name>
374 <type>text</type>
375 <html>
376 <type>RichTextEditor</type>
377 <rows>6</rows>
378 <cols>50</cols>
379 </html>
380 <title>Confirm Text</title>
381 <localizable>true</localizable>
382 <comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.</comment>
383 <add>1.7</add>
384 </field>
385 <field>
386 <name>confirm_footer_text</name>
387 <type>text</type>
388 <title>Footer Text</title>
389 <html>
390 <type>RichTextEditor</type>
391 <rows>6</rows>
392 <cols>50</cols>
393 </html>
394 <localizable>true</localizable>
395 <comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.</comment>
396 <add>1.7</add>
397 </field>
398 <field>
399 <name>is_email_confirm</name>
400 <type>boolean</type>
401 <title>Is confirm email</title>
402 <default>0</default>
403 <comment>If true, confirmation is automatically emailed to contact on successful registration.</comment>
404 <add>1.7</add>
405 <html>
406 <type>CheckBox</type>
407 </html>
408 </field>
409 <field>
410 <name>confirm_email_text</name>
411 <type>text</type>
412 <title>Confirmation Email Text</title>
413 <html>
414 <type>TextArea</type>
415 <rows>4</rows>
416 <cols>50</cols>
417 </html>
418 <localizable>true</localizable>
419 <comment>text to include above standard event info on confirmation email. emails are text-only, so do not allow html for now</comment>
420 <add>1.7</add>
421 </field>
422 <field>
423 <name>confirm_from_name</name>
424 <type>varchar</type>
425 <title>Confirm From Name</title>
426 <length>255</length>
427 <localizable>true</localizable>
428 <comment>FROM email name used for confirmation emails.</comment>
429 <add>1.7</add>
430 <html>
431 <type>Text</type>
432 </html>
433 </field>
434 <field>
435 <name>confirm_from_email</name>
436 <type>varchar</type>
437 <title>Confirm From Email</title>
438 <length>255</length>
439 <comment>FROM email address used for confirmation emails.</comment>
440 <add>1.7</add>
441 <html>
442 <type>Text</type>
443 </html>
444 </field>
445 <field>
446 <name>cc_confirm</name>
447 <type>varchar</type>
448 <length>255</length>
449 <comment>comma-separated list of email addresses to cc each time a confirmation is sent</comment>
450 <html>
451 <type>Text</type>
452 </html>
453 <add>1.7</add>
454 </field>
455 <field>
456 <name>bcc_confirm</name>
457 <type>varchar</type>
458 <length>255</length>
459 <comment>comma-separated list of email addresses to bcc each time a confirmation is sent</comment>
460 <html>
461 <type>Text</type>
462 </html>
463 <add>1.7</add>
464 </field>
465 <field>
466 <name>default_fee_id</name>
467 <type>int unsigned</type>
468 <title>Default Fee ID</title>
469 <comment>FK to civicrm_option_value.</comment>
470 <add>1.7</add>
471 </field>
472 <field>
473 <name>default_discount_fee_id</name>
474 <type>int unsigned</type>
475 <title>Default Discount Fee ID</title>
476 <comment>FK to civicrm_option_value.</comment>
477 <add>1.7</add>
478 </field>
479 <field>
480 <name>thankyou_title</name>
481 <type>varchar</type>
482 <title>ThankYou Title</title>
483 <length>255</length>
484 <default>NULL</default>
485 <localizable>true</localizable>
486 <comment>Title for ThankYou page.</comment>
487 <add>1.7</add>
488 <html>
489 <type>Text</type>
490 </html>
491 </field>
492 <field>
493 <name>thankyou_text</name>
494 <type>text</type>
495 <html>
496 <type>RichTextEditor</type>
497 <rows>6</rows>
498 <cols>50</cols>
499 </html>
500 <title>ThankYou Text</title>
501 <localizable>true</localizable>
502 <comment>ThankYou Text.</comment>
503 <add>1.7</add>
504 </field>
505 <field>
506 <name>thankyou_footer_text</name>
507 <type>text</type>
508 <title>Footer Text</title>
509 <html>
510 <type>RichTextEditor</type>
511 <rows>6</rows>
512 <cols>50</cols>
513 </html>
514 <localizable>true</localizable>
515 <comment>Footer message.</comment>
516 <add>1.7</add>
517 </field>
518 <field>
519 <name>is_pay_later</name>
520 <title>Pay Later Allowed</title>
521 <type>boolean</type>
522 <default>0</default>
523 <comment>if true - allows the user to send payment directly to the org later</comment>
524 <add>2.0</add>
525 <html>
526 <type>CheckBox</type>
527 </html>
528 </field>
529 <field>
530 <name>pay_later_text</name>
531 <title>Pay Later Text</title>
532 <type>text</type>
533 <localizable>true</localizable>
534 <comment>The text displayed to the user in the main form</comment>
535 <add>2.0</add>
536 <html>
537 <type>RichTextEditor</type>
538 </html>
539 </field>
540 <field>
541 <name>pay_later_receipt</name>
542 <title>Pay Later Receipt Text</title>
543 <type>text</type>
544 <localizable>true</localizable>
545 <comment>The receipt sent to the user instead of the normal receipt text</comment>
546 <add>2.0</add>
547 <html>
548 <type>Text</type>
549 </html>
550 </field>
551 <field>
552 <name>is_partial_payment</name>
553 <title>Partial Payments Enabled</title>
554 <type>boolean</type>
555 <default>0</default>
556 <comment>is partial payment enabled for this event</comment>
557 <add>4.3</add>
558 <html>
559 <type>CheckBox</type>
560 </html>
561 </field>
562 <field>
563 <name>initial_amount_label</name>
564 <title>Initial Amount Label</title>
565 <type>varchar</type>
566 <length>255</length>
567 <localizable>true</localizable>
568 <comment>Initial amount label for partial payment</comment>
569 <add>4.3</add>
570 <html>
571 <type>Text</type>
572 </html>
573 </field>
574 <field>
575 <name>initial_amount_help_text</name>
576 <title>Initial Amount Help Text</title>
577 <type>text</type>
578 <localizable>true</localizable>
579 <comment>Initial amount help text for partial payment</comment>
580 <add>4.3</add>
581 <html>
582 <type>Text</type>
583 </html>
584 </field>
585 <field>
586 <name>min_initial_amount</name>
587 <title>Minimum Initial Amount</title>
588 <type>decimal</type>
589 <comment>Minimum initial amount for partial payment</comment>
590 <add>4.3</add>
591 <html>
592 <type>Text</type>
593 </html>
594 </field>
595 <field>
596 <name>is_multiple_registrations</name>
597 <title>Allow Multiple Registrations</title>
598 <type>boolean</type>
599 <default>0</default>
600 <comment>if true - allows the user to register multiple participants for event</comment>
601 <add>2.1</add>
602 <html>
603 <type>CheckBox</type>
604 </html>
605 </field>
606 <field>
607 <name>max_additional_participants</name>
608 <type>int unsigned</type>
609 <title>Maximum number of additional participants per registration</title>
610 <default>0</default>
611 <comment>Maximum number of additional participants that can be registered on a single booking</comment>
612 <add>4.7</add>
613 </field>
614 <field>
615 <name>allow_same_participant_emails</name>
616 <type>boolean</type>
617 <title>Does Event allow multiple registrations from same email address?</title>
618 <default>0</default>
619 <comment>if true - allows the user to register multiple registrations from same email address.</comment>
620 <add>2.2</add>
621 <html>
622 <type>CheckBox</type>
623 </html>
624 </field>
625 <field>
626 <name>has_waitlist</name>
627 <title>Waitlist Enabled</title>
628 <type>boolean</type>
629 <comment>Whether the event has waitlist support.</comment>
630 <add>3.0</add>
631 <html>
632 <type>CheckBox</type>
633 </html>
634 </field>
635 <field>
636 <name>requires_approval</name>
637 <type>boolean</type>
638 <comment>Whether participants require approval before they can finish registering.</comment>
639 <add>3.0</add>
640 <html>
641 <type>CheckBox</type>
642 </html>
643 </field>
644 <field>
645 <name>expiration_time</name>
646 <type>int unsigned</type>
647 <comment>Expire pending but unconfirmed registrations after this many hours.</comment>
648 <add>3.0</add>
649 <html>
650 <type>Text</type>
651 </html>
652 </field>
653 <field>
654 <name>allow_selfcancelxfer</name>
655 <type>boolean</type>
656 <default>0</default>
657 <title>Allow Self-service Cancellation or Transfer</title>
658 <comment>Allow self service cancellation or transfer for event?</comment>
659 <add>4.7</add>
660 <html>
661 <type>CheckBox</type>
662 </html>
663 </field>
664 <field>
665 <name>selfcancelxfer_time</name>
666 <type>int</type>
667 <default>0</default>
668 <title>Self-service Cancellation or Transfer Time</title>
669 <comment>Number of hours prior to event start date to allow self-service cancellation or transfer.</comment>
670 <add>4.7</add>
671 <html>
672 <type>Text</type>
673 </html>
674 </field>
675 <field>
676 <name>waitlist_text</name>
677 <type>text</type>
678 <html>
679 <type>TextArea</type>
680 <rows>4</rows>
681 <cols>60</cols>
682 </html>
683 <localizable>true</localizable>
684 <comment>Text to display when the event is full, but participants can signup for a waitlist.</comment>
685 <add>3.0</add>
686 </field>
687 <field>
688 <name>approval_req_text</name>
689 <type>text</type>
690 <html>
691 <type>TextArea</type>
692 <rows>4</rows>
693 <cols>60</cols>
694 </html>
695 <localizable>true</localizable>
696 <comment>Text to display when the approval is required to complete registration for an event.</comment>
697 <add>3.0</add>
698 </field>
699 <field>
700 <name>is_template</name>
701 <title>Is an Event Template</title>
702 <type>boolean</type>
703 <default>0</default>
704 <required>true</required>
705 <comment>whether the event has template</comment>
706 <add>3.0</add>
707 <html>
708 <type>CheckBox</type>
709 </html>
710 </field>
711 <field>
712 <name>template_title</name>
713 <uniqueName>template_title</uniqueName>
714 <type>varchar</type>
715 <import>true</import>
716 <title>Event Template Title</title>
717 <headerPattern>/(template.)?title$/i</headerPattern>
718 <length>255</length>
719 <localizable>true</localizable>
720 <comment>Event Template Title</comment>
721 <html>
722 <type>Text</type>
723 </html>
724 <add>3.0</add>
725 </field>
726 <field>
727 <name>created_id</name>
728 <type>int unsigned</type>
729 <title>Created By Contact ID</title>
730 <comment>FK to civicrm_contact, who created this event</comment>
731 <add>3.0</add>
732 </field>
733 <foreignKey>
734 <name>created_id</name>
735 <table>civicrm_contact</table>
736 <key>id</key>
737 <add>3.0</add>
738 <onDelete>SET NULL</onDelete>
739 </foreignKey>
740 <field>
741 <name>created_date</name>
742 <type>datetime</type>
743 <title>Event Created Date</title>
744 <comment>Date and time that event was created.</comment>
745 <add>3.0</add>
746 </field>
747 <field>
748 <name>currency</name>
749 <type>varchar</type>
750 <length>3</length>
751 <import>true</import>
752 <headerPattern>/cur(rency)?/i</headerPattern>
753 <dataPattern>/^[A-Z]{3}$/i</dataPattern>
754 <comment>3 character string, value from config setting or input via user.</comment>
755 <add>3.3</add>
756 <pseudoconstant>
757 <table>civicrm_currency</table>
758 <keyColumn>name</keyColumn>
759 <labelColumn>full_name</labelColumn>
760 <nameColumn>name</nameColumn>
761 <abbrColumn>symbol</abbrColumn>
762 </pseudoconstant>
763 <html>
764 <type>Select</type>
765 </html>
766 </field>
767 <field>
768 <name>campaign_id</name>
769 <type>int unsigned</type>
770 <title>Campaign</title>
771 <comment>The campaign for which this event has been created.</comment>
772 <pseudoconstant>
773 <table>civicrm_campaign</table>
774 <keyColumn>id</keyColumn>
775 <labelColumn>title</labelColumn>
776 </pseudoconstant>
777 <add>3.4</add>
778 <html>
779 <type>EntityRef</type>
780 </html>
781 </field>
782 <foreignKey>
783 <name>campaign_id</name>
784 <table>civicrm_campaign</table>
785 <key>id</key>
786 <onDelete>SET NULL</onDelete>
787 </foreignKey>
788 <field>
789 <name>is_share</name>
790 <title>Is shared through social media</title>
791 <type>boolean</type>
792 <default>1</default>
793 <comment>Can people share the event through social media?</comment>
794 <add>4.1</add>
795 <html>
796 <type>CheckBox</type>
797 </html>
798 </field>
799 <field>
800 <name>is_confirm_enabled</name>
801 <title>Is the booking confirmation screen enabled?</title>
802 <type>boolean</type>
803 <default>1</default>
804 <comment>If false, the event booking confirmation screen gets skipped</comment>
805 <add>4.5</add>
806 <html>
807 <type>CheckBox</type>
808 </html>
809 </field>
810 <field>
811 <name>parent_event_id</name>
812 <type>int unsigned</type>
813 <title>Parent Event ID</title>
814 <default>NULL</default>
815 <comment>Implicit FK to civicrm_event: parent event</comment>
816 <html>
817 <type>EntityRef</type>
818 </html>
819 <add>4.1</add>
820 </field>
821 <index>
822 <name>index_parent_event_id</name>
823 <fieldName>parent_event_id</fieldName>
824 <add>4.1</add>
825 </index>
826 <field>
827 <name>slot_label_id</name>
828 <type>int unsigned</type>
829 <title>Subevent Slot Label ID</title>
830 <default>NULL</default>
831 <comment>Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.</comment>
832 <add>4.1</add>
833 <html>
834 <type>Select</type>
835 </html>
836 </field>
837 <field>
838 <name>dedupe_rule_group_id</name>
839 <type>int unsigned</type>
840 <title>Dedupe Rule</title>
841 <default>NULL</default>
842 <comment>Rule to use when matching registrations for this event</comment>
843 <pseudoconstant>
844 <table>civicrm_dedupe_rule_group</table>
845 <keyColumn>id</keyColumn>
846 <nameColumn>name</nameColumn>
847 <labelColumn>title</labelColumn>
848 </pseudoconstant>
849 <add>4.5</add>
850 <html>
851 <type>Select</type>
852 </html>
853 </field>
854 <foreignKey>
855 <name>dedupe_rule_group_id</name>
856 <table>civicrm_dedupe_rule_group</table>
857 <key>id</key>
858 <add>4.5</add>
859 </foreignKey>
860 <field>
861 <name>is_billing_required</name>
862 <title>Is billing block required</title>
863 <type>boolean</type>
864 <default>0</default>
865 <comment>if true than billing block is required this event</comment>
866 <add>4.6</add>
867 <html>
868 <type>CheckBox</type>
869 </html>
870 </field>
871 </table>