Skip to content

[Event Request] Codeunit 99000893 "Mfg. Create Put-away" - OnBeforeInitializeGlobalsWhsePutAwayForProdOutput #29612

@makuhn

Description

@makuhn

Why do you need this change?

Event ist required to integrate our enhanced warehouse functionality for load carrier management (create put-away per load carrier).

Describe the request

    local procedure CreateWhsePutAwayForProdOutput(ProdOrderLine: Record "Prod. Order Line"; var TempProdOrdLineTrackingBuff: Record "Prod. Ord. Line Tracking Buff." temporary)
    var
        TakeLineNo: Integer;
        BreakPackage: Boolean;
        Breakbulk: Boolean;
    begin
        OnBeforeInitializeGlobalsWhsePutAwayForProdOutput(ProdOrderLine, TempProdOrdLineTrackingBuff);
+       InitializeGlobalsWhsePutAwayForProdOutput();

        GetLocation(ProdOrderLine."Location Code");
        if not CurrLocation."Bin Mandatory" then begin
...

+   [IntegrationEvent(false, false)]
+   local procedure OnBeforeInitializeGlobalsWhsePutAwayForProdOutput(ProdOrderLine: Record "Prod. Order Line"; var TempProdOrdLineTrackingBuff: Record "Prod. Ord. Line Tracking Buff." temporary)
+   begin
+   end;

Internal work item: AB#619007

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions