Why do you need this change?
We would like to request a new integration event to add a filter before findset of credit memo lines in the UpdatePurchaseDocument procedure in codeunit 444 "Purchase-Post Prepayments".
Describe the request
We need the event here, right before FindSet of the credit memo lines:

[IntegrationEvent(false, false)]
local procedure OnUpdatePurchaseDocumentOnBeforeFindSetCrMemoPurchLine(PurchaseHeader: Record "Purchase Header"; var PurchaseLine: Record "Purchase Line")
begin
end;
Internal work item: AB#646145
Why do you need this change?
We would like to request a new integration event to add a filter before findset of credit memo lines in the
UpdatePurchaseDocumentprocedure in codeunit 444 "Purchase-Post Prepayments".Describe the request
We need the event here, right before FindSet of the credit memo lines:

Internal work item: AB#646145