Use this event to
Excerpt |
---|
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)]
localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate(var _RequestValues: Record"MOB NS Request Element"; var _IsHandled: Boolean);
begin
end;
Filter by label (Content by label) showLabels false showSpace false sort title title More examples excerptType simple cql label = "OnBeforeUpdateLicensePlate" and label = "example"
...