Changing the audit mode for all deployments

Change the audit mode for your deployments to enable auditing, change what types of user actions to audit, or disable auditing in all deployments of NexJ CRM or NexJ Admin Console.

The audit mode determines the types of user actions that are recorded in an audit trail. You can specify event, read, and update audit modes. Each mode logs the date and time of the action, the name of the user who performed the action, and additional information depending on the audit mode.

To change the audit mode for your deployments:

  1. In NexJ Studio, navigate to the Resources layer and, in the Components tab, open the System.Auditor component.
  2. In the Overview tab, in the area on the left, expand Properties and select mode.
  3. In the Property Value field, specify any of the following audit modes:
    eventAudit
    Logs create, update, and delete actions that users perform on objects, for example, creating or deleting a lead. For update actions, original and changed attributes are recorded.
    readAudit
    Logs read actions that users perform on objects, for example, viewing a contact. You can specify three levels of read auditing:
    Access
    Logs the object that was read.
    Attributes
    Logs the object and object attributes that were read.
    Values
    Logs the object, object attributes, and attribute values that were read.
    updateAudit
    Logs update actions that users perform on objects, for example, changing a contact name. Original and modified attributes are logged for update actions.
  4. Click the Save button to save your changes to the component.
The audit mode for your deployments is changed. When you deploy your applications, user actions in NexJ CRM are audited based on the specified audit mode.
If your NexJ applications are currently running, you must redeploy them for changes to take effect.