• Automate Personal Identifiable Information (PII) Removal! A step forward to securing Your sensitive business data.

    Are you thinking about automating the removal of Personal Identifiable Information (PII)? Have you ever seen sensitive data stored in the wrong place within your Sugar system (for example meeting notes), or any other internal system? Has someone…
  • What are the sugar supporting methods for encryption of data while at rest ?

    Hi All, I have an requirement of encryption of data while at rest. Anyone can suggest the supporting methods for doing the encryption of data while at rest ?
  • 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 ?
  • Recovering deleted records

    Hi, I'd like to ask a general question regarding best practices. In cases like when a client mistakenly deletes a record from any Sugar module, such as Accounts, what is the best way to go on about recovering it? Simply changing the record's deleted flag…
  • 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…