I have a QF session that is gathering the routing number off of a check. Once a scan is complete, the field correctly displays the routing number as 063206663 in QF. When I store to LF, the field in the repository displays as 63206663. I have the field configured as a text field, and I am able to add the 0 in manually to LF and it saves it correctly, displaying 063206663.
As a test, I set the field in LF to have \d{9} as a constraint. When I store from QF with this setting I get the following error message:
Cannot store field data '63206663' in field 'Routing Number' for document 'Cashiers Check'.
How can I ensure the leading 0 is retained when storing from QF to LF?
I'm using QF 10.0.0.976 and LF 10.1.0.151