Use these events to
Customize the Count functionality. This includes putting taking stock of warehouse inventory using:
Phys. Inventory Journals
Whse. Phys. Invt. Journals (When using “Directed Put-away and Pick”)
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.