Versions Compared

Key

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

Use this event to

Excerpt

todoTODOTODOTODOPerform logic after posting. For example, printing a label.

Description

Like other "Any"-events, this The event is executed for all Pick document sources:

  • After all other OnPost...-events
  • Only if posting succeeds


... for all source documents:

  • Warehouse Pick
  • Inventory Pick
  • Sales Order
  • Purchase Return Order
  • Transfer Order

This event is executed after each of these following events:
TODOTODOTODOTODOTODO

Template

...


Note
titleCommit

Database posting transactions are committed to the database prior to this event.

This event is furthermore run as an isolated process. 

  • _ResultMessage therefore contains both a posting success message and any error message that has occurred in subscribers to this event. 

Template

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

Parameters

  • OrderValues: Header steps
  • _RecRef: Reference to...
    • the last line "Warehouse Activity 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


Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleExamples
excerptTypesimple
cqllabel = "bc" and label = "order" and label = "example" and label = "onafterpost"

...