Hello
Is there a Datacap action to distinguish between a user clicking Submit and Run validations in Datacap Desktop 9.0.1.2?
I tried to find an action for this in the Validations actions library but did not find any.
Answer by RickWilson (6949) | Feb 16, 2017 at 05:28 PM
When actions are run, they are not aware of what button triggered them, so the direct answer to your questions is no.
If you are looking for a way to do a more complete validation of a batch when it is done as opposed to validating a page, one way that is done is with a post Verification task. If validation fails in this task, the workflow can be set to jump the batch back to the Verify task.
Answer by Sudheer-SDCap (1373) | Feb 16, 2017 at 08:24 AM
Run Validations : executing the Verify task configured rule sets and display if any errors Submit: executing the Verify task configured rule sets and proceed (if no errors) to next available task in workflow otherwise display errors if any.