• 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…
  • 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…
  • 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…
  • 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…