Versions Compared

Key

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

Use this event to

Excerpt

Modify properties for existing steps defined by Package Setup.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

...

[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 = "onafteraddstep" and label = "example"

...