...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Use this event to
Excerpt |
---|
TODOAdd steps to be displayed at the mobile device when collecting values for each license plate. |
...
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) showLabels false showSpace false sort title title More examples excerptType simple cql label = "onafteraddstep" and label = "example"
...