Use this event to
Excerpt |
---|
Modify the existing handling of collected step values of a Registration for a License Plate Pack & Ship#licenseplate. |
Description
- Modify how collected step values (i.e. Package Type, Weight, Length), are transferred to the "License Plate" table
- The setup of "Shipping Agent" and "Mobile WMS Package Types" in Package Setup defines these steps
...
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate', '', false, false)]
localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate(var _RequestValues: Record"MOB NS Request Element"; var _IsHandled: Boolean);
begin
end;
...