Versions Compared

Key

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

...

...

...

...

Use this event to

Excerpt

TODOAdd steps to be displayed at the mobile device when collecting values for each license plate.

...

Modify properties for any existing step.

Description

This event is executed once for every step.

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;

...