Use these events to
Customize the Put-away functionality. This includes putting away incoming goods via:
- Warehouse Put-away
- Inventory Put-away
Integration Events
GetCountOrders
- OnGetCountOrders_OnSetFilter... — Filter documents to be displayed as Orders at the mobile device.
- OnGetCountOrders_OnInclude... — Add filter conditions that cannot be solved by OnSetFilter-event.
- OnGetCountOrders_OnAfterSetFrom... — Populate values in Orders displayed at the mobile device.
- OnGetCountOrders_OnAfterSetCurrentKey — Change sort order for Orders at the mobile device.
GetCountOrderLines
- OnGetCountOrderLines_OnSetFilter... — Filter document lines to be displayed in Order Lines at the mobile device.
- OnGetCountOrderLines_OnInclude... — Add filter conditions that cannot be solved by OnSetFilter event.
- OnGetCountOrderLines_OnAfterSetFrom... — Populate values in Order Lines displayed at the mobile device.
- OnGetCountOrderLines_OnAfterSetCurrentKey — Change sort order for Order Lines at the mobile device.
- OnGetCountOrderLines_OnAddStepsTo... — Add steps to order posting ("Header Steps") or Registrations ("Line Steps").
PostCountOrder
- OnPostCountOrder_OnAddStepsTo... — Interrupt posting and add extra steps (“Header Steps”) based on values already collected.
- OnPostCountOrder_OnBeforePost... — Handle collected values during Order Posting (“Header Steps”).
- OnPostCountOrder_OnHandleRegistrationFor... — Handle collected values from Registrations (“Line Steps”).
- OnPostCountOrder_OnAfterPost... — Perform logic after posting For example printing a label.