Ejemplo n.º 1
0
/**
 * Create HTML form to enter a new record with the minimum necessary fields.
 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
 * All Rights Reserved.
 * Contributor(s): ______________________________________..
 */
function get_new_record_form()
{
    require_once 'modules/Prospects/ProspectFormBase.php';
    $form = new ProspectFormBase();
    return $form->getForm('');
}