OnPostCountOrder_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 OnGetCountOrderLines_OnAddStepsTo... events.
Examples
-
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.
-
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.