You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Additional context
These event is needed in our custom app. Thank you.
Internal work item: AB#562599
The text was updated successfully, but these errors were encountered:
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":
And as shown in this screenshot:
Additional context
These event is needed in our custom app. Thank you.
Internal work item: AB#562599
The text was updated successfully, but these errors were encountered: