Use this event to
Excerpt |
---|
Add stepsSteps to be displayed on the mobile device when collecting values for each License Plate during Packingpacking registration. |
Description
This event adds steps as is triggered before the user begins the does any registration.
- You can also use OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate to dynamically collect additional add steps after the user has entered step values, Then you can add steps based on the value the user entersentered values.
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_OnAddStepsToLicensePlate', '', false, false)]
localprocedure OnLookupOnPackagesToShip_OnAddStepsToLicensePlate(var _LookupResponseElement: Record"MOB NS WhseInquery Element"; _LicensePlate: Record"MOB License Plate"; 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"
...