• SugarQuery N-Deep Join Issue

    I tried the N-Deep join from https://developer.sugarcrm.com/2014/04/22/sugarcrm-cookbook-sugarquery-the-basics/ but it seems to be not working. did anything changed in Sugar 7.7 $query = new SugarQuery(); $query->from(BeanFactory::getBean('Accounts')…
  • how to include web js file and apply jquery

    Hi folks i have developed script for google maps address I have load js files like <script src=" http://maps.googleapis.com/maps/api/js?key=#@#$$$#&sensor=false&libraries=places "></script> and fire jqyery on input element like address <input type="text…