Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this event to

...

   [EventSubscriber(ObjectType::CodeunitCodeunit::"MOB WMS receive", 'OnPostReceiveOrder_OnAfterPostAnyOrder''', true, true)]
    local procedure OnPostReceiveOrder_OnAfterPostAnyOrder(var _OrderValues: Record "MOB Common Element"; _RecRef: RecordRefvar _ResultMessage: Text)
    begin
    end;

Parameters

  • _OrderValues: Header steps
  • _RecRef: Reference to..
    • the last line "Warehouse Receipt Line" being posted
    • the "Purchase Header" being posted
    • the "Sales Header" being posted
    • the "Transfer Header" being posted
  • _ResultMessage: The message shown on mobile after posting

...