• How to join result set of custom query using joinTable or Join method

    We have made customizations to add custom subpanels under Accounts Module. Earlier in 7.8.2, we have used joinRaw method to join the result set of custom query. But while upgrading the instance from 7.8.2 to 7.9.5, we got healthcheck error for joinRaw…
  • What to use instead of joinRaw in anticipation of 7.9 removing the method?

    As mentioned in the release notes for 7.7.1 SugarQuery::joinRaw() has been deprecated. The method is still in the 7.8 Documentation: http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.8/Data_Framework/Database/SugarQuery…