Codeunit "Exp. Positive Pay Handler"

ID 1713
Namespace: Microsoft.Bank.PositivePay

Handles positive pay export operations by managing check ledger entry filters and coordinating with export processes. This codeunit provides a bridge between user-specified filters and the positive pay export engine.

Remarks

The Export Positive Pay Handler codeunit manages the flow of filter information during positive pay exports. It stores user-defined check ledger entry filters and provides them to the export pre-mapping processes. This ensures that only the checks meeting the specified criteria are included in the positive pay export file. The codeunit uses event subscription to integrate with the export framework without tight coupling.

Properties

Name Value
EventSubscriberInstance Manual

Methods

SetCheckLedgerEntryView

Sets the check ledger entry filter view to be used during positive pay export processing.

procedure SetCheckLedgerEntryView(CheckLedgerEntryView: Text)

Parameters

Name Type Description
CheckLedgerEntryView Text

The view string containing filter criteria for check ledger entries.

Remarks

This procedure stores the filter criteria that will be applied when selecting check ledger entries for inclusion in the positive pay export. The filter is later retrieved by event subscription.

See also