******************************************************************************* * * Enhanced Studio for SugarCRM * * Plugin adding new search capabilities to SugarCRM Studio. * * Developed by Patrizio Gelosi * * Version: 1.0 - Date : 04 May 2008 * ******************************************************************************* ******************* INSTALLATION ******************* Once logged as admin user, install the package using the "Administration -> Module Loader" tool. ************ UNINSTALLATION / DISABLING ************ Once logged as admin user, uninstall / disable the package using the "Administration -> Module Loader" tool. ******************** DESCRIPTION ******************** Enhanced Studio provides the SugarCRM Studio with new customization features. For the first versions, it helps the users to customize any module without touching SugarCRM php code. *********************** USAGE *********************** A CODE type field is added to the default ones. If a CODE type field is selected on the Studio Tool, the new "Code" entry appears. The content of the "Code" entry which is php-evaluated when the field is list-viewed, detail-viewed or edited. It might be used for the widest range of purposes, such as adding to the ListView / EditView / DetailView the following elements : - Images - Buttons - AJAX-based updating fields - AJAX-based autocomplete fields - Fields automatically evaluated from others - Embedded elements (Flash, Java, etc.) ...and whatever the user has in mind (there's virtually no limitation)