• 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…
  • How can I use joinTable properly?

    Hi there. I am making a custom sub panel to display accounts that are related to an opportunity but are't the paying account There is a custom 1 to many relationship from Accounts to Opportunities In opportunities there is a custom field which is a related…
  • SugarQuery Joinraw alternative for email related tables

    For a customer we are in the process of upgrading from 7.6.x to 7.9.3. Many things have changed over the time and therefore we face lots of issues. One of these issues that we are facing is the depcrecation of the joinRaw() function on SugarQuery. In…