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
GetPhysInvtRecordings
- OnGetPhysInvtRecordings_OnSetFilterPhysInvtRecordHeader — Filter Phys. Inventory Recording to be displayed on the mobile device.
- OnGetPhysInvtRecordings_OnIncludePhysInvtRecordHeader — Add filter conditions for Phys. Inventory Recording that cannot be solved by OnSetFilter-event.
- OnGetPhysInvtRecordings_OnAfterSetFromPhysInvtRecordHeader — Populate values in Recordings displayed on the mobile device.
- OnGetPhysInvtRecordings_OnAfterSetCurrentKey — Change sort order for Recordings on the mobile device.
GetPhysInvtRecordingOrderLines
- OnGetPhysInvtRecordingLines_OnSetFilterPhysInvtRecordLine — Filter Phys. Inventory Recording Lines to be displayed as Order Lines on the mobile device.
- OnGetPhysInvtRecordingLines_OnAddStepsToPhysInvtRecordHeader — Add Steps to be displayed at the mobile device before posting (the Recording).
- OnGetPhysInvtRecordingLines_OnIncludePhysInvtRecordLine — Add filter conditions for Phys. Inventory Recording Lines that cannot be solved by OnSetFilter-event.
- OnGetPhysInvtRecordingLines_OnAfterSetFromPhysInvtRecordLine — Populate values in Order Lines displayed on the mobile device.
- OnGetPhysInvtRecordingLines_OnAddStepsToPhysInvtRecordLine — Add steps to be displayed at the mobile device when collecting values for each individual document line.
- OnGetPhysInvtRecordingLines_OnAfterSetCurrentKey — Change sort order for Order Lines on the mobile device.
PostPhysInvtRecordingOrder
- OnPostPhysInvtRecording_OnAddStepsToPhysInvtRecording — Interrupt Phys. Inventory Recording posting and add extra steps (“Header Steps”).
- OnPostPhysInvtRecording_OnBeforePostPhysInvtRecording — Handle collected values from Header Steps for a Phys. Inventory Recording.
- OnPostPhysInvtRecording_OnHandleRegistrationForPhysInvtRecordLine — Handle collected values from a single Registration for an Item Journal Line.