Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've created a module using SugarCRM's Module Builder and deployed it. Later, I need to modify (add/remove) fields and relationships from a deployed module. If I make the change in Module Builder and re-deploy the module it will remove all my custom code for the module including the icons I created for the module.

Is there a workflow that enables me to version module code so that it can be re-destributed and worked on by multiple developers?

share|improve this question

migrated from programmers.stackexchange.com Sep 10 '12 at 21:24

1 Answer

After after deploying a module it's suggest to continue your customization through the studio instead of modify it in builder and redeploy it.

If you have a team, it's better to manager your package trough GIT or SVN and manage your version with capabilities provide by manifest entries. You could read this entry: https://www.atcoresystems.com/resources/documentation/sugarcrm-manifest-development-guide and more specily the upgrade_manifest part

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.