Use this event to
Excerpt |
---|
Add steps to be displayed on the mobile device when collecting values for each License Plate during Packing. |
Description
This event adds steps as is triggered before the user begins the does any registration.
- You can use OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate to dynamically collect additional steps based on the value the user entersentered.
Collecting new steps must go hand-in-hand with additional customizations to handle such values, using:
...
[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"
...