Use this event to
Excerpt |
---|
Modify properties for any existing step defined by Package Setup. |
Description
- This event is executed once for every step (i.e. Package Type, Weight, Length)
- You may use this event to change any property of the step or hide the step
...
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate', '', false, false)]
localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate(var _RequestValues: Record"MOB NS Request Element"; var _Step: Record"MOB Steps Element");
begin
end;
...