• Prevent before_save and after_save logic hooks from running on Import

    I've got some rather expensive process that I don't want to run when importing lots of records. I've considered adding a field 'disable_hooks_c' or something similar to manually disable or ignore events that are triggered due to an import. However, it…
  • SugarCRM 7.7.0.0 recordList for modules API

    I am calling this API http://{site_url}/SugarPro/rest/v10/Accounts I need to sort accounts in ascending order with respect to their distance from current logged in user (I will calculate distance using address of logged in user and specific account).…