Skip to content

Template card options

Sebastian Radloff edited this page Nov 29, 2021 · 3 revisions

Line validation type

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:

  1. Default template codeunit
  2. Advanced Line Recognition

Line validation type on Template card

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.

Clone this wiki locally