Codeunit "Pmt. Export Cust. Ledger Check"
Validates customer ledger entries before they are exported for payment processing. This codeunit performs comprehensive checks to ensure customer refund data integrity and compliance.
Properties
| Name | Value |
|---|---|
| TableNo | Table Microsoft.Sales.Receivables."Cust. Ledger Entry" |
Events
OnPmtExportCustLedgerCheck
Integration event that allows customization of customer ledger entry validation logic for payment export. This event is raised during customer ledger entry validation to allow external extensions to add custom validation rules.
[IntegrationEvent(False,False)]
local procedure OnPmtExportCustLedgerCheck(var CustLedgerEntry: Record "Cust. Ledger Entry")
Parameters
| Name | Type | Description |
|---|---|---|
| CustLedgerEntry | Table Microsoft.Sales.Receivables."Cust. Ledger Entry" |
The customer ledger entry being validated for payment export. |