I have a project with 5 documents definition. Each document definition contains a first page with Barcode and then up to 10 annex pages. I need to pass the barcode information from the first document to the others.
I thought that i could save the value in one of the Batch properties (Comment for example), but happen to find that the Batch object is readonly.
which would be a good way to pass this information between documents of the same batch without involving writing it to a file?
Thanks for any help you can provide.
Regards
I thought that i could save the value in one of the Batch properties (Comment for example), but happen to find that the Batch object is readonly.
which would be a good way to pass this information between documents of the same batch without involving writing it to a file?
Thanks for any help you can provide.
Regards
コメント
1件のコメント
It seems that you were trying to access Batch properties from script rules where Batch object is indeed read-only.
To pass the barcode value from one document to others please set up processing stage scripts in your FC workflow. There you can either use Batch.Comments, or access certain properties of a Document object (Comment or Field). For more details please refer to FlexiCapture Help, section Appendix > Using scripts in ABBYY FlexiCapture > Scripts for customizing processing stages.
If you still have any questions or face any troubles with implementing this, please describe your scenario in more details, particularly, when and where you would like to use the barcode value from the first document in the batch.
Best regards,
Katja
サインインしてコメントを残してください。