Re: Module Builder and Studio

Originally Posted by
Bobhardyoyo
Hi
I need to edit a field that was created in Module Builder (I need to add the mass update option to one field), I've made changes to the module and added other fields in so I can just edit in the Module builder and redeploy as it will wipe out anything I've set up in studio (layouts etc) is there any way I can edit these fields using studio or another method?
As a secondary point why aren't changes made in the studio saved back to the module, this would make more sense than being able to use one or the other method to add fields or make changes. When I first started setting sugar up I missed off the import tick in the module builder so when I went back and ticked the box and redeployed the module it wiped out all the changes I'd made through studio.
Thanks
Ed
Hi,
After you deployed your module you can change and edit fields into custom\modules\Your_Module\
Everything you change here is Upgrade Save.
For Mass Update; what kind of field is that? You can use a code like this;
PHP Code:
<?PHP
$dictionary['Your_Module']['fields']['Field_Name']['massupdate'] = false;
?>
Save this file in custom\Extension\module\Your_Module\Ext\Vardefs\
Goodluck
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Bookmarks