/
OnPostReceiveOrder_OnHandleRegistrationFor...

OnPostReceiveOrder_OnHandleRegistrationFor...

Use these events to

Handle collected values from Registrations (“Line Steps”).

  • Handle your Steps and save values to database, so they can subsequently can be accessed from standard BC posting events.
  • Read and Validate collected standard steps like 'Bin', 'Quantity' etc.
  • Events is executed once for each individual Mobile WMS Registration.

When migrating code from older MOB versions, this event is the most direct 1:1 comparison to existing in-line customizations.


Integration Events


Before you can use these events to handle custom Steps, you must add the Steps using OnGetReceiveOrderLines_OnAddStepsTo... events.



Examples