• How should I encrypt data at rest with Sugarcrm?

    Hi All, Related to data security I need to encrypt data while at rest,How can I apply this ?
  • How to check relationship field value is changing in logichooks

    Hi All, For the normal fields it is possible to know that value is changing if(isset($arguments['dataChanges']['<your_field>'])) { $GLOBALS['log']->fatal("prev_sales_consultant_c_CHANGING"); } But how to check relationship field value is changing for…