Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Use this event to

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

Modify properties for existing step(s) (i.e. Shipping Agent)

Description

  • This event is executed once for every existing step
  • You may use this event to change any property or e.g. Hide the step

Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnLookupOnPackagesToShip_OnAfterAddStepToWarehouseShipmentHeader', '', false, false)]
localprocedure OnLookupOnPackagesToShip_OnAfterAddStepToWarehouseShipmentHeader(_WhseShipmentHeader: Record"Warehouse Shipment Header"; var _Step: Record"MOB Steps Element");
begin
end;




Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleMore examples
excerptTypesimple
cqllabel = "OnLookupOnPackagesToShiponafteraddstep" and label = "example"

Version History

...