• Why is record layout not deploying when I import a package?

    7610.FormatLayouts.zip Above is the package I have created. All the record.php deploy except Lev_Course_Costs. In order to get Course Cost to work I have to go to Studio and select save. Otherwise it just show the default layout. Can someone look…
  • Any way to download a previously installed package

    We are currently trying to unpick some code customisations from a previous Integrator and it would be great to be able to download each package to see exactly what was inside... Ent 10.1.0
  • 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…
  • Invalid usage of a function array_map()

    When trying to upload a package containing a logic hook to a sugar on demand environment, I am getting the error "Invalid usage of a function array_map()" The usage of array_map is here: $serviceTypeList = array_map ( "trim" , $serviceTypeList ) ; The…
  • 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
  • sugar crm custom package navigation issue

    I have created a package in sugar 7.2.0.0. I have installed it on sugar 7.5.0.0. It is working fine over there. But when I install it in sugar 7.7.0.0 the package's navigation is pointing to some different URL's. In Sugar 7.5 menu is like http://localhost…
  • 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…