Skip Navigation LinksALVAO 10.0ALVAO MonitoringSystem Implementation in an OrganizationDisabling Records Deleting Skip Navigation Links. Skip Navigation Links Skip Navigation Links.


Disabling Records Deleting

By default, users can use the Delete records command to delete records of their activity for a certain time, including the Private Mode in this time later. If you want to disable deleting records, follow the steps below:

  1. Open Microsoft SQL Management Studio and connect to the SQL Server running the ALVAO database.
  2. In the tree on the left, select the Databases node and click on the ALVAO database.
  3. Click on New Query.
  4. A tab will open where you need to enter the following string
    exec spUpdateInsertProperty 'Mon.UserCanRemoveRecords', NULL, 0, NULL, NULL
  5. Click on Execute.

If you want to enable this command in future, use the same steps, but this time replace 0 with 1 in Step 4.

 

Did not find what you were looking for? Ask our technical support team.