-
Notifications
You must be signed in to change notification settings - Fork 9
Template card options
The line validation is very important during line recognition and is automatically executed during the document capture process. If a line is identified as not valid the whole table line is ignored/deleted and you will not see any result in the document capture card.
On the Document Capture template card you can select the line validation type from the following options:
- Default template codeunit
- Advanced Line Recognition
Both options differ only in one important point.
Using the option default line validation (codeunit) the system will mark a line only as valid when it captured/identified at least one of the following field values:
- LineAccountNo (No.)
- LineDescription (Description)
- Quantity
- UnitCost (Unit cost)
- LineAmount (Line amount)
- DiscPct (Discount %)
- DiscAmount (Discount amount)
Using the option Advanced Line Recognition the system will mark a line only as valid, when all fields with option required=Yes are found.
You can use this code as it is, without any warranty or support by the repository owner or Continia Software A/S. You can use the Advanced Line Recognition on your own risk.