Export User Exits
In addition to the other export methods, the following user exits are available so that you can further customize your export settings.
- CSVFile
-
Use this user exit if you want to customize the configured CSV output on a header level. For example, to include additional fields to the export file.
- CSVFileLine
-
Use this user exit if you want to customize the configured CSV output on a header level. For example, to include additional columns to the export file.
- CustomExport
-
Use this user exit to implement your own kind of export. Note that this user exit cannot be configured anywhere. It is called when it is implemented.
- DBHeaderExport
-
Use this user exit to add custom header fields to the standard database export function, or to change the value of an existing field.
- ExportFailure
-
Use this user exit to implement features for a failed export.
- ExportSuccess
-
Use this user exit to implement features for a successful export.
- OCRXMLOutput
-
Use this user exit if you want to edit the body of the OCR XML file.
- SAPPostingFailure
-
User this user exit to implement any features if the SAP ECC document failed to park or if parking is not allowed.
- SAPPostingRetry
-
Use this user exit to change the parameters passed to SAP ECC based on the error message for a second attempt to post.
- SendToSAPProcessDirector
-
Use this user exit to specify additional parameters for the BAPI call to SAP ECC when an invoice is sent to Process Director using the RFC_DATA_SUBMIT function module.
- SendToSAPProcessDirectorGeneric
-
Use this user exit to specify additional parameters for the BAPI call to SAP ECC when an invoice is sent to the Process Director generic function module /EBY/PDBO_RFC_DATA_RECEIVE.
- VoidDocumentExport
-
Note that this user exit is not triggered by default by Kofax AP Agility Invoice Processing. It is meant for customizing the ParkNAIDocument process that you can implement.
- XMLOutput
-
Use this user exit to add custom fields to the XML output file.