Results 1 to 2 of 2

Thread: Problema con sugarcrm 6.2.3 e modifiche da netbeans.

  1. #1
    need86 is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    16

    Default Problema con sugarcrm 6.2.3 e modifiche da netbeans.

    Ciao a tutti,

    ho un problema con sugarcrm 6.2.3 e netbeans. Praticamente ho aggiunto un bottone nel modulo Accounts. Ho aggiunto le mie modifiche in custom/modules/Account/metadata/detailviewdefs.php, vi posto il codice:

    Code:
    $viewdefs['Accounts']['DetailView'] = array(
        'templateMeta' => array('form' => array('buttons'=>array('EDIT', 
        'DUPLICATE', 
        'DELETE', 
        'FIND_DUPLICATES',
            array ( 'customCode' => '<input title="VISUALIZZA" accessKey="t" type="submit" class="button" onClick="this.form.return_module.value=\'Accounts\'; this.form.return_action.value=\'DetailView\';this.form.return_id.value=\'{$fields.id.value}\'; this.form.action.value=\'SomeAction\';" name="VIEW" value="VISUALIZZA">')
    )),
                                'maxColumns' => '2',
                                'widths' => array(
                                                array('label' => '10', 'field' => '30'), 
                                                array('label' => '10', 'field' => '30')
                                                ),
                                'includes'=> array(
                                                array('file'=>'modules/Accounts/Account.js'),
                                             ),                                            
                               ),
    nel'attributo value del button submit avevo messo TEST e me lo ha visualizzato correttamente, ma come lo modifico, in questo caso con VISUALIZZA non mi carica la modifica ma mi lascia sempre TEST, anche se cancello il file e il controller.php il bottone TEST rimane sempre, come mai?

    P.S. Da netbeans ho importato il progetto da sorgente esistente e ho caricato la cartella locata in C:/sugarcrm6.2.3/htdocs/sugarcrm.

    Grazie a tutti

  2. #2
    need86 is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    16

    Default Re: Problema con sugarcrm 6.2.3 e modifiche da netbeans.

    Ciao a tutti,

    ho risolto da solo, se vi dovesse capitare la stessa cosa. Fate cosė:

    Andate cul pannello dell'amministratore cliccando su admin in alto a destra e poi nella sezione sistema, su aggiorna ripara velocemente e ricostruisci.

    Ciaoo.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Debug SugarCRM useing Netbeans.
    By shyam007 in forum Developer Tutorials
    Replies: 4
    Last Post: 2011-10-05, 12:18 AM
  2. Replies: 28
    Last Post: 2011-06-29, 08:44 AM
  3. Replies: 9
    Last Post: 2010-11-23, 05:05 PM
  4. Java basic example please (netbeans)
    By rbroomfield in forum Developer Help
    Replies: 4
    Last Post: 2009-02-09, 06:23 AM
  5. Replies: 6
    Last Post: 2008-04-05, 08:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •