]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/SugarObjects/templates/company/metadata/popupdefs.php
Release 6.5.0
[Github/sugarcrm.git] / include / SugarObjects / templates / company / metadata / popupdefs.php
1 <?php
2 /*
3  * Created on Aug 2, 2007
4  *
5  * To change the template for this generated file go to
6  * Window - Preferences - PHPeclipse - PHP - Code Templates
7  */
8  
9  
10 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
11 /*********************************************************************************
12  * SugarCRM Community Edition is a customer relationship management program developed by
13  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
14  * 
15  * This program is free software; you can redistribute it and/or modify it under
16  * the terms of the GNU Affero General Public License version 3 as published by the
17  * Free Software Foundation with the addition of the following permission added
18  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
19  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
20  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
21  * 
22  * This program is distributed in the hope that it will be useful, but WITHOUT
23  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
24  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
25  * details.
26  * 
27  * You should have received a copy of the GNU Affero General Public License along with
28  * this program; if not, see http://www.gnu.org/licenses or write to the Free
29  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
30  * 02110-1301 USA.
31  * 
32  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
33  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
34  * 
35  * The interactive user interfaces in modified source and object code versions
36  * of this program must display Appropriate Legal Notices, as required under
37  * Section 5 of the GNU Affero General Public License version 3.
38  * 
39  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
40  * these Appropriate Legal Notices must retain the display of the "Powered by
41  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
42  * technical reasons, the Appropriate Legal Notices must display the words
43  * "Powered by SugarCRM".
44  ********************************************************************************/
45
46 $module_name = '<module_name>';
47 $object_name = '<object_name>';
48 $_module_name = '<_module_name>';
49 $popupMeta = array('moduleMain' => $module_name,
50                                                 'varName' => $object_name,
51                                                 'orderBy' => $_module_name.'.name',
52                                                 'whereClauses' => 
53                                                         array('name' => $_module_name.'.name', 
54                                                                         'billing_address_city' => $_module_name.'.billing_address_city',
55                                                                         'phone_office' => $_module_name.'.phone_office'),
56                                                 'searchInputs' =>
57                                                         array('name', 
58                                                                   'billing_address_city',
59                                                                   'phone_office',
60                                                                   'industry'
61                                                                   
62                                                         ),
63                                                 );
64 ?>
65