How-to: Add Header Step
Description
Add Steps to be displayed on the mobile device before posting (the Order).
Header steps are displayed either:
- When the mobile user manually selects "Post"
- When all lines have been registered and the user accepts "Post the order?"
See also
How to add Header Steps
Use the examples from the events here:
-
OnLookupOnPackagesToShip_OnAddStepsToWarehouseShipmentHeader — Add steps to be displayed on the mobile device when collecting Shipment Info step(s) (i.e. Shipping Agent)
-
OnLookupOnPackagesToShip_OnAfterAddStepToWarehouseShipmentHeader — Modify properties for existing step(s) (i.e. Shipping Agent)
-
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.
-
OnPostPhysInvtRecording_OnAddStepsToPhysInvtRecording — Interrupt Phys. Inventory Recording posting and add extra steps (“Header Steps”).
-
OnGetPhysInvtRecordingLines_OnAddStepsToPhysInvtRecordHeader — Add Steps to be displayed at the mobile device before posting (the Recording).
-
OnPostCountOrder_OnAddStepsToItemJournalBatch — Interrupt Item Journal Batch posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostCountOrder_OnAddStepsToAnyBatch — Interrupt any planned Count posting and add extra steps (“Header Steps”) based on values already collected. Parameters includes a RecRef-instance for the header table.
-
OnPostCountOrder_OnAddStepsToWarehouseJournalBatch — Interrupt Warehouse Journal Batch posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostShipOrder_OnAddStepsToWarehouseShipmentHeader — Interrupt Warehouse Shipment posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostMoveOrder_OnAddStepsToWarehouseActivityHeader — Interrupt Warehouse Movement posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostPickOrder_OnAddStepsToSalesHeader — Interrupt Sales Order posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostPickOrder_OnAddStepsToTransferHeader — Interrupt Transfer Order posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostPickOrder_OnAddStepsToPurchaseReturnHeader — Interrupt Purchase Return Order posting and add extra steps (“Header Steps”) based on values already collected.
-
OnPostPickOrder_OnAddStepsToAnyHeader — Interrupt any Pick Order posting and add extra steps (“Header Steps”) based on values already collected. Parameters includes a RecRef-instance for the header table.