/
var
/
www
/
html
/
sugar13
/
include
/
MVC
/
Controller
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $wireless_module_registry = array( 'Accounts' => array(), 'Contacts' => array(), 'Opportunities' => array('disable_create' => true), 'Leads' => array(), 'Reports' => array('disable_create' => true), 'Quotes' => [], 'Documents' => [], 'Emails' => array(), 'Calls' => array(), 'Meetings' => array(), 'Tasks' => array(), 'Escalations' => [], 'Notes' => array(), 'Cases' => array('disable_create' => true), 'pmse_Inbox' => array(), 'Purchases' => [], 'Messages' => [], 'KBContents' => [], 'RevenueLineItems' => array(), 'Employees' => array('disable_create' => true), 'Contracts' => [], 'ContractTypes' => [], 'EmailTemplates' => [], 'UserSignatures' => [], 'DocumentTemplates' => [], 'Geocode' => [], 'Calendar' => [], 'DocuSignEnvelopes' => [], );