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

Deprecated

This event is deprecated and will be removed in 2021.

Use OnPostPutAwayOrder_OnHandleRegistrationFor... instead.

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 OnGetPutAwayOrderLines_OnAddStepsTo... events.



Examples

  • Page:
    Case: Add Line Steps to Warehouse Receipts A customer wishes to start using Item NetWeight and -GrossWeight, but have currently no values registered at the Item Card. Create a temporary customization is to collect these weights when goods are received.
  • Page:
    How-to: Subscribing to standard events — You may subscribe to posting events in the Business Central base App to process collected values, or when events offered by Extension API do not fit your exact need.




  • No labels