Use this event to
...
This event is triggered as the user finishes a registration, so you can add steps based on the value values the user already entered.
- You can use OnLookupOnPackagesToShip_OnAddStepsToLicensePlate to add steps before the registration
...
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate', '', false, false)]
localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate(var _RequestValues: Record"MOB NS Request Element"; var _Steps: Record"MOB Steps Element");
begin
end;
...