OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate
Use this event to
Modify the existing handling of collected step values of a Registration for a License Plate.
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
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate', '', false, false)]
local procedure OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _IsHandled: Boolean);
begin
end;
More examples
There are no items with the selected labels at this time.
Version History
Version | Changes |
---|---|
MOB5.42 | Introduced |