]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Prospects/metadata/quickcreatedefs.php
Release 6.5.0
[Github/sugarcrm.git] / modules / Prospects / metadata / quickcreatedefs.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 /*********************************************************************************
39
40  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
41  * All Rights Reserved.
42  * Contributor(s): ______________________________________..
43  ********************************************************************************/
44
45 $viewdefs = array (
46   'Prospects' => 
47   array (
48     'QuickCreate' => 
49     array (
50       'templateMeta' => 
51       array (
52         'maxColumns' => '2',
53         'widths' => 
54         array (
55           0 => 
56           array (
57             'label' => '10',
58             'field' => '30',
59           ),
60           1 => 
61           array (
62             'label' => '10',
63             'field' => '30',
64           ),
65         ),
66       ),
67       'panels' => 
68       array (
69         'LBL_PROSPECT_INFORMATION' => 
70         array (
71           0 => 
72           array (
73             0 => 
74             array (
75               'name' => 'first_name',
76             ),
77             1 => 
78             array (
79               'name' => 'phone_work',
80             ),
81           ),
82           1 => 
83           array (
84             0 => 
85             array (
86               'name' => 'last_name',
87               'displayParams'=>array('required'=>true)
88             ),
89             1 => 
90             array (
91               'name' => 'phone_mobile',
92             ),
93           ),
94           2 => 
95           array (
96             0 => 
97             array (
98               'name' => 'account_name',
99             ),
100             1 => 
101             array (
102               'name' => 'phone_fax',
103             ),
104           ),
105           3 => 
106           array (
107             0 => 
108             array (
109               'name' => 'title',
110             ),
111             1 => 
112             array (
113               'name' => 'department',
114             ),
115           ),
116           4 => 
117           array (
118             0 => 
119             array (
120               'name' => 'team_name',
121             ),
122             1 => 
123             array (
124               'name' => 'do_not_call',
125             ),
126           ),
127           5 => 
128           array (
129             0 => 
130             array (
131               'name' => 'assigned_user_name',
132             ),
133           ),
134         ),
135         'lbl_email_addresses' => 
136         array (
137           0 => 
138           array (
139             0 => 
140             array (
141               'name' => 'email1',
142             ),
143           ),
144         ),
145         'LBL_ADDRESS_INFORMATION' => 
146         array (
147           0 => 
148           array (
149             0 => 
150             array (
151               'name' => 'primary_address_street',
152             ),
153             1 => 
154             array (
155               'name' => 'alt_address_street',
156             ),
157           ),
158         ),
159       ),
160     ),
161   ),
162 );
163 ?>