• can't deploy package built in module builder in DEV to my TEST instance in v12.0.5 On Site

    I am running Enterprise v12.0.5 (I know, it's off support and I'm working on upgrading to v14 but development does't stop :) ) I built a trivial module in Module Builder "lsys_LicenseSystems" in my development environment (v12.0.5 Ent) with the "Basic…
  • Scroll Issue After Update 13.3.0

    Hello, Since the last update to 13.3.0 one of our pages lost the ability to scroll. To fix this, I tried to add a custom.less file to the custom/theme folder as stated in the documents with simple styling *{ overflow:scroll } and I uploaded it to the…
  • Creating Relate field via Manifest.php

    Hi everyone. I am trying to create a relate field on the ProductTemplates module which links to TaxRates but am struggling to find the syntax to get it right. My latest attempt is: array( 'name' => 'product_vat_rate', 'label' => 'LBL_PRODUCT_VAT_RATE…
  • Module Loader - Maximum number of Modules?

    Hi there, is there a maximum number of modules that can be uploaded via the module loader in Sugar CRM? Many thanks in advance. Theresa
  • Module Loader Package Upload Issue

    I am trying to upload a custom plugin on SugarCRM client's intance version 10.0. The package uploads and disappears but a message shows that "The package has been uploaded". The package is uploading on other instance without any issue. I tried to find…
  • custom module not showing in Module Loader after upgrade from v10.0.3 to v11.0.0

    After upgrade sugarcrm professional from v10.0.3 to v11.0.0. All work fine, except all my custom module is not no showing in Admin->Module Loader, but I can still use it. how can I make my custom module show in Module Loader again? and will this caused…
  • UpgradeWizard.php file not present in SugarCRM Enterprise Development Build 10

    Hi, I have upgraded an old custom module from Backward Compatability mode to Sidecar. To ensure that I am not missing anything, I want to run the UpgradeWizard.php file as mentioned here . However, the file is not present at all in the development…
  • Can someone tell me what I am doing wrong when creating these subpanels? They are not showing up..

    By clicking on the link you can download the package I created. For some reasons the subpanels don't show up and I can't see what I am doing wrong. Subpanel.zip
  • Importing Package using module loader, but list view shows Data not available.

    Course_Catalog2013_09_20_Amy.zip Attached above is the package that I can import, but when going to list view it says Data not available.
  • Why can't I import controller.php files using module loader?

    OtherCustomization.zip I created the following package, but I had to comment out the controller.php files because there is an error when they are imported. Why can't we import into controller.php files, or any file into custom/modules/<module>/…
  • 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 to manually create dependent dropdowns

    The documentation section Manually Creating Custom Fields provides a good description of creating fields using the module loader, including dropdowns. But how can I do the same thing for dependent dropdowns, where I need to specify a parent dropdown and…
  • ZIP Error(0): Status(9): Error When upload a Zip file

    I got the error while uploading zip from sugarcrm moduler. I have checked the manifest.php and based on path arranged the files and folders to upload zip but when i upload getting the error and the manifest file is <?php $manifest = array ( 'acceptable_sugar_versions…
  • 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…
  • Installable package failed - "unable to load bean"

    Hi. I'm trying to install a custom package that turns "Opportunity Name" field required in the Quotes module but I get an error in the Log: Mon Apr 24 21:36:22 2017 [3491][01d5bbea-1fa2-11e7-afde-063b661e1dc5][FATAL] Unable to load bean Mon Apr 24 21…
  • 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…