Codeunit "Exp. Launcher Pos. Pay"

ID 1700
Namespace: Microsoft.Bank.PositivePay

Launches and orchestrates the positive pay export process for check ledger entries. This codeunit serves as the main entry point for positive pay file generation and export operations.

Remarks

The Export Launcher Positive Pay codeunit coordinates the entire positive pay export workflow from start to finish. It validates bank account setup, creates data exchange entries, processes check ledger entries, and generates output files in the required format. The codeunit handles both header, detail, and footer record generation through the data exchange framework. It also manages the integration with bank export/import setup configurations and provides progress feedback during large data exports. The export process creates audit trail records and updates check ledger entries with export tracking information.

Properties

Name Value
Permissions TableData "Check Ledger Entry" = rimd, TableData "Data Exch." = rimd
TableNo Table Microsoft.Bank.Check."Check Ledger Entry"

See also