Desktop User Guides
>
Interviewer
>
Customizing the applications
> Preventing interviewers from deleting cases in the Interviewer Console
Preventing interviewers from deleting cases in the Interviewer Console
1
Edit the
IPlayerConsole.exe.config
file: see
Customizing the Interviewer Console
.
2
Change the value for DisableCaseDeletion to
true
.
Example
<appSettings>
<add key="DisableCaseDeletion" value="true"/>
</appSettings>
See also
Customizing the applications