microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
768 stars 610 forks source link

[EventRequest] Table 1294 "Applied Payment Entry" - OnAfterFilterEntryAppliedToOtherStmtLines #26904

Closed vladsandortnp closed 1 month ago

vladsandortnp commented 1 month ago

Describe the request

Can you please add event OnAfterFilterEntryAppliedToOtherStmtLines in procedure FilterEntryAppliedToOtherStmtLines

Event Publisher would be

[IntegrationEvent(false, false)] local procedure OnAfterFilterEntryAppliedToOtherStmtLines(var AppliedPaymentEntry: Record "Applied Payment Entry") begin end;

The procedure would look like:

procedure FilterEntryAppliedToOtherStmtLines() begin Reset(); SetRange("Statement Type", "Statement Type"); SetRange("Bank Account No.", "Bank Account No."); SetRange("Statement No.", "Statement No."); SetFilter("Statement Line No.", '<>%1', "Statement Line No."); SetRange("Account Type", "Account Type"); SetRange("Account No.", "Account No."); SetRange("Applies-to Entry No.", "Applies-to Entry No."); OnAfterFilterEntryAppliedToOtherStmtLines(Rec); end;

Additional context

We want to be able to apply additional filters to the record Internal work item: AB#542664

azure-boards[bot] commented 1 month ago

✅ Successfully linked to Azure Boards work item(s):

JesperSchulz commented 1 month ago

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.

Build ID: 22786.