Question
How to change dynamically the batch or document property via script?
Answer
Add the steps involved:
- Add the custom scripting stage after the recognition:
- To be able to read the field in the script set the field Index field:
- Edit the script stage
if(Documents[0].IndexedItemValue("Block")=="SomeVendorName")
Batch.Priority = TProcessingPriority.PP_ExtraHigh; - Test the result
Comments
0 comments
Please sign in to leave a comment.