Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Event Request][BE Localization] codeunit 2000042 "Post Coded Bank Statement" - OnSearchCustLedgEntryOnAfterSetFilter in procedure SearchCustLedgEntry #27942

Open
LukeJiricek opened this issue Jan 14, 2025 · 0 comments
Labels
event-request Request for adding an event Finance GitHub request for Finance area

Comments

@LukeJiricek
Copy link

LukeJiricek commented Jan 14, 2025

Describe the request

Hello,
on behalf of our team at Prodware, I would like to request new Event OnSearchCustLedgEntryOnAfterSetFilter in procedure SearchCustLedgEntry, in the codeunit 2000042 "Post Coded Bank Statement":

.
.
CustLedgEntry2.SetRange("Customer No.", Cust."No.");
CustLedgEntry2.SetRange(Open, true);
CustLedgEntry2.SetRange(Positive, CodBankStmtLine."Statement Amount" > 0);
OnSearchCustLedgEntryOnAfterSetFilter(CustLedgEntry2, CodBankStmtLine);
if CustLedgEntry2.FindSet() then
.
.

And as shown in this screenshot:

Image

Additional context

These event is needed in our custom app. Thank you.
Internal work item: AB#562599

@JesperSchulz JesperSchulz added event-request Request for adding an event Finance GitHub request for Finance area labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event-request Request for adding an event Finance GitHub request for Finance area
Projects
None yet
Development

No branches or pull requests

2 participants