• How can one installation package replace another without uninstalling and reinstalling?

    How can one installation package replace another without uninstalling and reinstalling? We want to use packages to make changes to Sugar instead of studio. That way we can track the changes in GITHUB.
  • How does Sugar deal with conflicts in Module Loader packages?

    Let's say I install a Module Loader package that makes changes to files modified by a previously installed Module Loader package. Does Sugar have any provisions to resolve the conflict between the two packages, such as always using the code from the most…
  • Custom Buttons in list-headerpane to add in manifest Package

    I have modified my Accounts module list-headerpane.php and added Two Buttons to it. \custom\modules\Accounts\clients\base\views\list-headerpane\list-headerpane.php <?php $viewdefs['Accounts'] = array( 'base' => array( 'view' => array( 'list-headerpane…
  • How to add workflow to package

    Hello, I make package for creating fields in existing module but I also need to add workflow to package. How i can do that? Ramana Raju Santhana sidhu sidhu
  • Workflow to ship through Git a custom module without having every developer/server to manually load it

    Hello! (Sorry for the length but I think it could help many people, so I will take the time to explain) My teammates and I are working on some custom developments into SugarCRM (version 7.6), and we have some trouble to understand what is the right way…