Pack & Ship
Use these events to
Customize the Pack & Ship functionality.
Integration Events
GetPackingOrders...
Customize 'GetPackingOrders'
- OnGetPackingOrders_OnSetFilterWarehouseShipment — Filter Warehouse Shipments to be displayed on the mobile device.
- OnGetPackingOrders_OnIncludeWarehouseShipmentHeader — Add filter conditions for Warehouse Shipment Headers that cannot be solved by OnSetFilter-event.
- OnGetPackingOrders_OnAfterSetFromWarehouseShipmentHeader — Populate values in OrderList displayed at the mobile device (derived from Warehouse Shipment Header).
- OnGetPackingOrders_OnAfterSetCurrentKey — Change sort order for Orders on the mobile device.
OnLookupOnPackagesToShip...
Customize the Packing process.
- OnLookupOnPackagesToShip_OnAddStepsToWarehouseShipmentHeader — Add steps https://taskletfactory.atlassian.net/wiki/display/TFSK/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) https://taskletfactory.atlassian.net/wiki/display/TFSK/Steps (i.e. Shipping Agent)
- OnLookupOnPackagesToShip_OnAfterSetFromWarehouseShipmentHeader — Populate value for the Shipment Info lookup response.
- OnLookupOnPackagesToShip_OnAddStepsToLicensePlate — Add Steps to be displayed on the mobile device when collecting values for each License Plate during packing registration.
- OnLookupOnPackagesToShip_OnAfterAddStepToLicensePlate — Modify properties for existing steps https://taskletfactory.atlassian.net/wiki/display/TFSK/Steps defined by Package Setup.
- OnLookupOnPackagesToShip_OnAfterSetFromLicensePlate — Populate value for the License Plate lookup response.
OnPostAdhocRegistrationOnPackagesToShip...
Customize the posting of the Packing process.
- OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate — Add steps to be displayed on the mobile device during the packing registration of License Plates.
- OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate — Modify properties for any existing step defined by Package Setup.
- OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate — Modify the existing handling of collected step values of a Registration for a License Plate.
- OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate — Handle custom step values of a Registration for a License Plate.
- OnPostAdhocRegistrationOnPackagesToShip_OnUpdateLicensePlateFromPackageSetup — Update custom fields when Shipment Info is changed, while registrations exist.
OnBeforePostPacking...
Handle tasks prior to the posting of the Packing process.
- OnBeforePostPacking — Code to be executed prior to the posting of the Packing process.
OnPostAdhocRegistrationOnPostPacking...
Handle tasks both prior & after the posting of the Packing process, specifically related to Warehouse Shipment-record.
- OnPostAdhocRegistrationOnPostPacking_OnBeforeModifyWarehouseShipmentHeader — Code to be executed prior to the posting of the Packing process, specifically modifying the Warehouse Shipment record.
- OnPostAdhocRegistrationOnPostPacking_OnBeforeRunWhsePostShipment — Code to be executed prior to the posting of the Packing process, specifically posting the Shipment by the standard posting routine ("Whse.-Post Shipment").
- OnPostAdhocRegistrationOnPostPacking_OnAfterPostWhseShipment — Code to be executed after the posting of the Packing process, specifically posting the Shipment by the standard posting routine ("Whse.-Post Shipment").
OnPostAdhocRegistrationOnBulkRegPackageInfo...
Handle prior to posting the Packing process. Only when initiated by the "Bulk Register Information"-action.
- OnPostAdhocRegistrationOnBulkRegPackageInfo_OnAfterUpdateLicensePlate — Handle custom step values of a Bulk Registrations for License Plate(s).
Implementing a new Shipping Provider Connector
Create a Shipping Provider Connector to connect the Pack & Ship feature in Mobile WMS to a 3rd party Shipping App
- Read Master Data from 3rd party Shipping App — Synchronize Shipping Provider Master Data with Pack & Ship
- Write Transaction Data to 3rd party Shipping App — Synchronize Pack & Ship with Shipping Provider to Create, Book, and Print "Transport Orders" (or similar)