VoteFld
Checks to see whether the data entered by the first Data Entry operator matches the data that is entered by the second Data Entry operator.
Syntax
bool VoteFld ()
Parameters
None.Returns
False, if the values do not match. Otherwise, True.Level
Field level.Details
Checks to see whether the data entered by the first Data Entry operator matches the data entered by the second Data Entry operator.Failed (mismatched) values set the confidence for the entire string to '1', which flags the field as Low Confidence. Positive matches set the entire strings confidence to '9' (High Confidence).
This action needs to run after the second Data Entry task is complete.
This action is used for workflows by using third pass data entry.
- Example
VoteFld()