]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/EmailMan/vardefs.php
Release 6.5.0
[Github/sugarcrm.git] / modules / EmailMan / vardefs.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 $dictionary['EmailMan'] = 
39 array( 'table' => 'emailman', 'comment' => 'Email campaign queue', 'fields' => array(
40         'date_entered' => array(
41                 'name' => 'date_entered',
42                 'vname' => 'LBL_DATE_ENTERED',
43                 'type' => 'datetime',
44                 'comment' => 'Date record created',
45         ),
46         'date_modified' => array(
47                 'name' => 'date_modified',
48                 'vname' => 'LBL_DATE_MODIFIED',
49                 'type' => 'datetime',
50                 'comment' => 'Date record last modified',
51         ),
52         'user_id' => array(
53                 'name' => 'user_id',
54                 'vname' => 'LBL_USER_ID',
55                 'type' => 'id','len' => '36',
56                 'reportable' =>false,
57                 'comment' => 'User ID representing assigned-to user',
58         ),
59         'id' => 
60         array (
61         'name' => 'id',
62         'vname' => 'LBL_ID',
63         'type' => 'int',
64         'len' => '11',
65         'auto_increment'=>true,
66         'comment' => 'Unique identifier',
67         ),      
68         'campaign_id' => array(
69                 'name' => 'campaign_id',
70                 'vname' => 'LBL_CAMPAIGN_ID',
71                 'type' => 'id',
72                 'reportable' =>false,
73                 'comment' => 'ID of related campaign',
74         ),
75         'marketing_id' => array(
76                 'name' => 'marketing_id',
77                 'vname' => 'LBL_MARKETING_ID',
78                 'type' => 'id',
79                 'reportable' =>false,
80                 'comment' => '',
81         ),
82         'list_id' => array(
83                 'name' => 'list_id',
84                 'vname' => 'LBL_LIST_ID',
85                 'type' => 'id',
86                 'reportable' =>false,
87                 'len' => '36',
88                 'comment' => 'Associated list',
89         ),
90         'send_date_time' => array(
91                 'name' => 'send_date_time' ,
92                 'vname' => 'LBL_SEND_DATE_TIME',
93                 'type' => 'datetime',
94         ),
95         'modified_user_id' => array(
96                 'name' => 'modified_user_id',
97                 'vname' => 'LBL_MODIFIED_USER_ID',
98                 'type' => 'id',
99                 'reportable' =>false,
100                 'len' => '36',
101                 'comment' => 'User ID who last modified record',
102         ),
103         'in_queue' => array(
104                 'name' => 'in_queue',
105                 'vname' => 'LBL_IN_QUEUE',
106                 'type' => 'bool',
107         'default' => '0',
108                 'comment' => 'Flag indicating if item still in queue',
109         ),
110         'in_queue_date' => array(
111                 'name' => 'in_queue_date',
112                 'vname' => 'LBL_IN_QUEUE_DATE',
113                 'type' => 'datetime',
114                 'comment' => 'Datetime in which item entered queue',
115         ),
116         'send_attempts' => array(
117                 'name' => 'send_attempts',
118                 'vname' => 'LBL_SEND_ATTEMPTS',
119                 'type' => 'int',
120                 'default' => '0',
121                 'comment' => 'Number of attempts made to send this item',
122         ),
123         'deleted' => array(
124                 'name' => 'deleted',
125                 'vname' => 'LBL_DELETED',
126                 'type' => 'bool',
127                 'reportable' =>false,
128                 'comment' => 'Record deletion indicator',
129                 'default' => '0',
130         ),
131         'related_id' => array(
132                 'name' => 'related_id',
133                 'vname' => 'LBL_RELATED_ID',
134                 'type' => 'id',
135                 'reportable' =>false,
136                 'comment' => 'ID of Sugar object to which this item is related',
137         ),
138         'related_type' => array(
139                 'name' => 'related_type' ,
140                 'vname' => 'LBL_RELATED_TYPE',
141                 'type' => 'varchar',
142                 'len' => '100',
143                 'comment' => 'Descriptor of the Sugar object indicated by related_id',
144         ),
145         'recipient_name' => array(
146                 'name' => 'recipient_name',
147                 'type' => 'varchar',
148                 'len' => '255',
149                 'source'=>'non-db',
150         ),
151         'recipient_email' => array(
152                 'name' => 'recipient_email',
153                 'type' => 'varchar',
154                 'len' => '255',
155                 'source'=>'non-db',
156         ),
157         'message_name' => array(
158                 'name' => 'message_name',
159                 'type' => 'varchar',
160                 'len' => '255',
161                 'source'=>'non-db',
162         ),
163         'campaign_name' => array(
164                 'name' => 'campaign_name',
165                 'vname' => 'LBL_LIST_CAMPAIGN',
166                 'type' => 'varchar',
167                 'len' => '50',
168                 'source'=>'non-db',
169         ),
170
171 ), 'indices' => array (
172                                         array('name' => 'emailmanpk', 'type' => 'primary', 'fields' => array('id')),
173                                         array('name' => 'idx_eman_list', 'type' => 'index', 'fields' => array('list_id','user_id','deleted')),
174                                         array('name' => 'idx_eman_campaign_id', 'type' => 'index', 'fields' => array('campaign_id')),
175                                         array('name' => 'idx_eman_relid_reltype_id', 'type' => 'index', 'fields'=> array('related_id', 'related_type', 'campaign_id')),
176                                         )
177 );
178 ?>