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:
- Open Microsoft SQL Management Studio and connect to the SQL Server running the ALVAO database.
- In the tree on the left, select the Databases node and click on the ALVAO database.
- Click on New Query.
- A tab will open where you need to enter the following string
exec spUpdateInsertProperty 'Mon.UserCanRemoveRecords', NULL, 0, NULL, NULL
- Click on Execute.
If you want to enable this command again, 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.
|