Skip to content

[Event Request] Codeunit 99000893 "Mfg. Create Put-away" - OnBeforeWhseActivLineInsert #29613

@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

        WarehouseActivityLine."Warranty Date" := TempProdOrdLineTrackingBuff."Warranty Date";
        WarehouseActivityLine."Expiration Date" := TempProdOrdLineTrackingBuff."Expiration Date";
  
+       OnBeforeWhseActivLineInsert(WarehouseActivityLine, ProdOrderLine, TempProdOrdLineTrackingBuff);
        WarehouseActivityLine.Insert();
    end;
  
    local procedure InsertWarehouseActivityHeaderForProdOutputPutAway(ProdOrderLine: Record "Prod. Order Line")
...

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

Internal work item: AB#619012

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