Hi I added this custom field to
/sugarcrm/custom/Extension/modules/Cases/Ext/Vardefs/myfield.php
after that i've done a quick repair /rebuildCode:$dictionary["Case"]["fields"]["data_vencimento_c"] = array ( 'required' => '0', 'source' => 'custom_fields', 'name' => 'data_vencimento_c', 'vname' => 'LBL_DATA_VENCIMENTO_C', 'type' => 'datetime', 'massupdate' => '0', 'default' => NULL, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => 1, 'reportable' => 0, 'id' => 'Casesdata_vencimento_c', 'custom_module' => 'Cases', );
In /custom/modules/Cases/Ext/Vardef/Vardefs.ext.php i have my code.
But in cache: /cache/modules/Cases/Casesvardefs.php it's not bringing the field!
what can i do? i already tryed everithing. it seams cache file is not beeing updated. and i already set all permissions to 777.


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks