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 6 Current »

Use this event to

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

Description

The event is executed:

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


... for all source documents:

  • Warehouse Movement
  • Inventory Movement


Commit

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 move", 'OnPostMoveOrder_OnAfterPostWarehouseActivity''', true, true)]
    local procedure OnPostMoveOrder_OnAfterPostWarehouseActivity(var _OrderValues: Record "MOB Common Element"var _WhseActivityLine: Record "Warehouse Activity Line"; var _ResultMessage: Text)
    begin
    end;

Parameters

  • _OrderValues: Header steps
  • _RecRef: Reference to the last line e.g. "Warehouse Activity Line" being posted
  • _ResultMessage: The message shown on mobile after posting

Examples


Version History

Version

Changes

MOB5.22Introduced
  • No labels