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] codeunit 90 "Purch.-Post" OnAfterCopyToTempLines - Extended Parameters #28023

Open
AlexanderLampart opened this issue Jan 30, 2025 · 0 comments

Comments

@AlexanderLampart
Copy link

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);

    [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant