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 7313 "Create Put-away" - CreateWhsePutAwayForProdOutput #28437

Open
FSchneiderYav opened this issue Mar 31, 2025 · 0 comments
Labels
event-request Request for adding an event SCM GitHub request for SCM area Test1

Comments

@FSchneiderYav
Copy link

FSchneiderYav commented Mar 31, 2025

Describe the request

We need a new event for the function CreateWhsePutAwayForProdOutput in codeunit 7313 "Create Put-away"

Additional context

codeunit 7313 "Create Put-away"

    internal procedure CreateWhsePutAwayForProdOutput()
    begin
+      OnBeforeCreateWhsePutAwayForProdOutput(TempProductionOrderForWhsePutAwayForProdOutput);
        if TempProductionOrderForWhsePutAwayForProdOutput.FindSet() then
            repeat
                ProcessWhsePutAwayForProdOrderFromItemJnlLine(TempProductionOrderForWhsePutAwayForProdOutput);
            until TempProductionOrderForWhsePutAwayForProdOutput.Next() = 0;
    end;


+ [IntegrationEvent(false, false)]
+ local procedure OnBeforeCreateWhsePutAwayForProdOutput(var TempProductionOrderForWhsePutAwayForProdOutput: Record "Production Order" temporary)
+ begin
+ end;

Internal work item: AB#572977

@JesperSchulz JesperSchulz added event-request Request for adding an event SCM GitHub request for SCM area labels Apr 1, 2025
@ChethanT ChethanT added the Test1 label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event-request Request for adding an event SCM GitHub request for SCM area Test1
Projects
None yet
Development

No branches or pull requests

3 participants