Use this event to
Excerpt |
---|
Add steps to be displayed on the mobile device when collecting values for each license plate regarding its shipmentduring the packing registration of License Plates. |
Description
Existing steps (i.e. Package Type, Weight, Length) are defined by Package Setup, but you can your own custom steps using this event.This event is triggered after the user has entered step values, so you can add steps based on the entered values.
- You can use OnLookupOnPackagesToShip_OnAddStepsToLicensePlate to add steps before the registration
Collecting new steps must go hand-in-hand with additional customizations to handle such values, using:
- OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate
- OnPostAdhocRegistrationOnBulkRegPackageInfo_OnAfterUpdateLicensePlate
Existing steps are handled by OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate.
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate', '', false, false)]
localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate(var _RequestValues: Record"MOB NS Request Element"; 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"
...