Use this event to
Excerpt |
---|
Add steps to be displayed on the mobile device when collecting Shipment Info step(s) (i.e. Shipping Agent) |
Description
This event is triggered before the user does any registration.
Collecting new steps must go hand-in-hand with additional customizations to handle such values, using:
- OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate
- OnPostAdhocRegistrationOnBulkRegPackageInfo_OnAfterUpdateLicensePlate
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnLookupOnPackagesToShip_OnAddStepsToWarehouseShipmentHeader', '', false, false)]
localprocedure OnLookupOnPackagesToShip_OnAddStepsToWarehouseShipmentHeader(var _LookupResponse: Record"MOB NS WhseInquery Element"; _WhseShipmentHeader: Record"Warehouse Shipment Header"; var _Steps: 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 = "onaddstepsto" and label = "example"
...