Hi Everyone,
Does anyone have a script which I can use in a block in my FlexiLayout to combine the values from two seperate serach element paragraphs?
In may case the name and address are in two different locations on the document but I have to output both as one field.
Does anyone have a script which I can use in a block in my FlexiLayout to combine the values from two seperate serach element paragraphs?
In may case the name and address are in two different locations on the document but I have to output both as one field.
Comments
2 comments
1)There are ways to create one RectArray from two regions(rects) in FlexiLayout and display them as one block. But if two actual regions are merged into one they will become one region and there is no way around that - it's just how regions work. There will be a small (1-2dt) trail between those two which might capture unnecessary information. Mentioned unnecessary information can be removed using FlexiCapture scripts in future.
2)You can create an empty service field in FlexiCapture Document definition and make a simple rule that merges values of multiple fields together into one. However this way you won't see this field's region on verification because it is not formed by default(still can be formed via rules afterwards).
Hope that helps,
Vladislav
Please sign in to leave a comment.