book
Article ID: KB0072910
calendar_today
Updated On:
Description
The feature "sample deletion pending" ensures that a sample deletion is done with the permissions of an approver.
When a user clicks on "Delete sample" in Data entry, an approver has to sign-in and confirm the deletion of the sample.
This way we can regulate the sample's data integrity.
Resolution
To use this feature follow below steps:
- Remote into Web Data Entry Server as an Administrator
- Navigate to <DRIVE:\WebSTATISTICAPub\DataEntry> and locate "web.config" file.
- Open the file with admin rights.
- Locate the attribute "RequireApprovalOnDelete" and set the value as "true".
- If you are not able find the above attribute, then add following key to the file:
- <add key="RequireApprovalOnDelete" value="true" />
- Save the file.
- Launch command prompt as an Administrator and run the command "iisreset"
Now, when you delete any sample, a pop-up will be displayed asking for an approver to login and proceed with the deletion of the sample.
Issue/Introduction
How to use feature "Use sample deletion pending" for Web Data Entry ?