Use these events to
Add steps to order posting ("Header Steps") or Registrations ("Line Steps").
Integration events
When you use these events to add Steps you must handle the collected values by subscribing to:
- Order Posting: OnPostReceiveOrder_OnBeforePost...
- Order Lines : OnPostReceiveOrder_OnHandleRegistrationFor...
See also
-
OnLookupOnPackagesToShip_OnAddStepsToWarehouseShipmentHeader — Add steps to be displayed on the mobile device when collecting Shipment Info step(s) (i.e. Shipping Agent)
-
OnLookupOnPackagesToShip_OnAddStepsToLicensePlate — Add Steps to be displayed on the mobile device when collecting values for each License Plate during packing registration.
-
How-to: Interrupt posting and add extra steps — Dynamically add extra steps by interrupting posting to collect steps based on values from previous steps.
-
Case: Scan ExpirationDate in custom format — Scan ExpirationDate as custom format YYYYMM when goods is received from any Vendor.
-
Case: Add Posting Date step to Production Consumption and Output — A customer wishes to allow mobile users to specify the posting date when posting Production Consumption and Output from the mobile device.
-
How-to: Production Output - Implement a Unit of Measure step — For Items with multiple Unit of Measure codes
-
OnPostPhysInvtRecording_OnAddStepsToPhysInvtRecording — Interrupt Phys. Inventory Recording posting and add extra steps (“Header Steps”).
-
-
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.