Hi,
I wanted to assign certain value to the field depending on the Batch Registration parameter, I am using script for that.
How i can access batch registration parameter in Text fields - Script rule?
Kindly help to resolve the issue.
Regards,
Monika
Comments
5 comments
Hi Monika,
Please try this:
string batchParameter = Context.Document.Batch.Properties.Get("YourBatchRegistrationParameter");
Best regards,
Vladimir
Thanks Vladimir, it helped!
I am going to add a quick note to this so you are aware. You can READ registration parameters from a rule, but you cannot CREATE or EDIT them from a rule.
I have created Batch Reg Parameter using service field but it is blank. How to set some value and access it?
Thanks
Hi Sara,
http://help.abbyy.com/en-us/flexicapture/12/scanning_station/reg_params link will help you to create and set Batch reg Parameters.
Regards,
Monika
Please sign in to leave a comment.