Question
How to disable auto-merge in Web Verification Station?
Answer
This option is introduced in FlexiCapture 12 Release 4 Update 3 Patch 1.
-
Add the flag in the C:\inetpub\wwwroot\FlexiCapture12\Verification\web.config (<appSettings> section), which will disable grouping for all batches in Web Verification:
<add key="DisableAutomaticGroupingIntoSection" value="true" />
- For a specific batch, it is possible to set the batch registration parameter disableAutomaticGroupingIntoSection with any value, which will disable grouping only for this batch on web verification.
Comments
0 comments
Please sign in to leave a comment.