• 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')…
  • Can anyone explain in detail API Hooks sugarCRM 7.*?

    Hi Everyone, I am new in sugarcrm7 I want to know the API Hooks in detail. I have checked in sugardev guide but i can't understand properly. Can anyone explain with proper example API Hooks. I have refered this link : http://support.sugarcrm.com/Documentation…
  • How to call v10 rest API in EntryPoint Sugar7

    I have create one EntryPoint and now I have to call API from my EntryPoint page. I have call API without user authentication. How its possible please suggest.
  • 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…