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