Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this event to

Excerpt

Add steps to be displayed on the mobile device when collecting values for each license plate regarding its Shipment Info.

Description

Existing steps (i.e. Package Type, Weight, Length) are defined by Package Setup, but you can your own custom steps using this event.

...

[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;

...