I have a customer needing to prevent the storing of duplicate documents based on three different fields.  The Validation Sample Application that is provided by following the link on the Store Dialog in DocuWare 6.12 includes a sample of doing just what I need.

I downloaded the files and followed the instructions provided.  I am in no way, shape or form a develper by any stretch of the imagination but can follow instructions and these instructions must be well done.  I successfully have a REST service running and checking for Duplicates.  Since I don't want to have the server logged in with a Command Prompt window open to run the service, I have set it up as a Scheduled Task.  It seems to work just fine.

Is this the way to run such a service or is there a better way?