...
Create an event subscriber to OnAfterInsertTransportOrderFromWorksheetLine OnAfterCreateTransportOrderFromWrkshLine
in the "IDYS Document Mgt."
Codeunit. In this procedure call the TransferLicensePlatesToTransportOrderPackages() procedure in the “IDYST ShippingProvider” Codeunit to transfer license plates that are scanned on the Mobile Device to the newly created Transport Order.
The CreatedOrders parameter of the event OnAfterInsertTransportOrderFromWorksheetLine
OnAfterCreateTransportOrderFromWrkshLine
can be used to find the Transport Order where the license plates should be attached to. In a Mobile WMS scenario there should always be one new created transport order for the warehouse shipment.
The OverrideShippingAgent
parameter can be left blank.
The OnAfterInsertTransportOrderFromWorksheetLine
OnAfterCreateTransportOrderFromWrkshLine
event currently doesn’t have a parameter that mentions the Warehouse Shipment No. that is being handled. For now the TempTransportWorksheetLineBuffer can be used to find the warehouse shipment no. using the source reference lines. In the future we will add the WhseShipmentNo. to the event.
...