Skip to content

[Event Request] Codeunit 99000893 "Mfg. Create Put-away" - OnAfterCreateWhsePutAwayForProdOutput #29611

@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

        CreateNewWhseActivityForProdOrderLine(
            ProdOrderLine,
            TempProdOrdLineTrackingBuff,
            CurrWarehouseActivityLine,
            Enum::"Warehouse Action Type"::Take,
            TakeLineNo,
            0,
            QtyToPickBase,
            false,
            BreakPackage,
            false,
            Breakbulk);
  
        OldLineNo := LineNo;
  
+       OnAfterCreateWhsePutAwayForProdOutput();
    end;
  
    local procedure FindBinForProdOrderLine(ProdOrderLine: Record "Prod. Order Line"; var TempProdOrdLineTrackingBuff: Record "Prod. Ord. Line Tracking Buff." temporary; var BinContentQtyBase: Decimal)

...

+   [IntegrationEvent(false, false)]
+   local procedure OnAfterCreateWhsePutAwayForProdOutput()
+   begin
+   end;

Internal work item: AB#619005

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