• 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…
  • Can a logic hook invoke admin rights?

    The Assigned To field in our clients module is set to Read Only for the sales agent role because we don't want the agents to be able to change that field at all. What I need to do is find a way during the creation of a new client to run a hook - or part…
  • 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).…