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
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;
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 work item: AB#572977
The text was updated successfully, but these errors were encountered: