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 UpdateSalesDocument procedure in codeunit 442 "Sales-Post Prepayments".
Describe the request
We need the event here, right before FindSet of the credit memo lines:

[IntegrationEvent(false, false)]
local procedure OnUpdateSalesDocumentOnBeforeFindSetCrMemoSalesLine(SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line")
begin
end;
Internal work item: AB#646144
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
UpdateSalesDocumentprocedure in codeunit 442 "Sales-Post Prepayments".Describe the request
We need the event here, right before FindSet of the credit memo lines:

Internal work item: AB#646144