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
[IntegrationEvent(false, false)]
local procedure OnAfterCopyToTempLines(var TempPurchLine: Record "Purchase Line" temporary, PurchHeader: Record "Purchase Header")
begin
end;
Additional context
We have to make changes to the lines in the buffer depending on fields from the header.
The text was updated successfully, but these errors were encountered:
Describe the request
We very much like the corresponding event in CU80, cause it also contains the SalesHeader:
OnAfterCopyToTempLines(TempSalesLine, SalesHeader);
The event in CU90 is missing the PurchaseHeader:
OnAfterCopyToTempLines(TempPurchLine);
We would very much appreciate extending the CU90 event to:
OnAfterCopyToTempLines(TempPurchLine, PurchHeader);
Additional context
We have to make changes to the lines in the buffer depending on fields from the header.
The text was updated successfully, but these errors were encountered: