Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Integration Events publish by Codeunit 6182209 "MOS WMS Pack Adhoc Reg-PostPck"


OnPostAdhocRegistrationOnPostPacking_OnBeforeModifyRegistration

local procedure OnPostAdhocRegistrationOnPostPacking_OnBeforeModifyRegistration(_WhseShipmentLine: Record "Warehouse Shipment Line"; var _RequestValues: Record "MOB NS Request Element"; var _Registration: Record "MOB WMS Registration")
begin
end;

OnPostAdhocRegistrationOnPostPacking_OnHandleRegistrationForWarehouseShipmentLine

local procedure OnPostAdhocRegistrationOnPostPacking_OnHandleRegistrationForWarehouseShipmentLine(var _Registration: Record "MOB WMS Registration"; var _RequestValues: Record "MOB NS Request Element"; var _WhseShipmentLine: Record "Warehouse Shipment Line")
begin
end;

OnPostAdhocRegistrationOnPostPacking_OnBeforeRunWhsePostShipment

local procedure OnPostAdhocRegistrationOnPostPacking_OnBeforeRunWhsePostShipment(var _WhseShipmentLine: Record "Warehouse Shipment Line"; var _WhsePostShipment: Codeunit "Whse.-Post Shipment")
begin
end;

OnPostAdhocRegistrationOnPostPacking_OnBeforeModifyWarehouseShipmentHeader

local procedure OnPostAdhocRegistrationOnPostPacking_OnBeforeModifyWarehouseShipmentHeader(var _RequestValues: Record "MOB NS Request Element"; var _WhseShipmentHeader: Record "Warehouse Shipment Header")
begin
end;

  • No labels