DCLFileN

Description

Specifies a file that contains DCL expressions to be used when capturing fields. These files can be used to capture complex line item tables or other fields. As a result, invoices are interpreted better. The time it takes to interpret invoices however will increase due to the extra computations executed. An alternative to using DCL files is to fine-tune invoice definitions using the Optimize module.

N = 1 and is incremented by one for each additional DCL file you specify.

Example:

DCLFile1=KontoNo.DCL
 DCLFile2=IBAN.DCL
 DCLFile3=LineItem.DCL
 DCLFile4=KontoNoTable.DCL
 DCLFile5=GermanDate.DCL

If you comment out any entries (i.e., using a semi-colon), you must renumber the entires to retain an incremental order. For example:

DCLFile1=KontoNo.DCL
 DCLFile2=IBAN.DCL
 ;DCLFile3=LineItem.DCL
 DCLFile3=KontoNoTable.DCL
 ;DCLFile5=GermanDate.DCL

Valid values

Any DCL file name. The DCL files must be located in the same directory as Eiglobalextra.ini.