Hi! Hope anyone can help me with this.
After adding an additional layout, I wanted to copy the value of the field from the additional layout into a field in the main layout.
Context.Field("MainLayoutFieldX").Text = Context.Field("AdditionalLayoutFieldY")
However, I got this error: No field with name 'MainLayoutFieldX' at ABBYY.FlexiCapture.IRuleContext.Field(String Name) at Main.Execute(IRuleContext Context)
Comments
1 comment
Hi,
You have to add that field in: Rule Settings -> Available fields area.
Best regards,
Vladimir
Please sign in to leave a comment.