PostLinePairing

This is a delegate of type UserExitPostLinePairing and has the following parameters.

  • IWorkdoc doc

  • ILineData[] lineData

  • ITaxData[] taxData

  • bool linesRequired

This user exit is called after line pairing and automatic tax determination functions are completed during document export, but before any data outputs are carried out.

It gives the developer an opportunity to look at the line pairing results that are held in the ILineData[] lineData array and to make any changes or additional customizations that are required.

If the bool linesRequired parameter is set to TRUE, line items are exported for the document being processed.

This user exit is available during extraction processing only.