Use this event to
Excerpt |
---|
Add steps to be displayed on the mobile device when collecting values for each License Plate during Packingpacking registration. |
Description
This event is triggered before the user does any registration.
- You can use OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate to dynamically collect additional steps based on the value the user entered.
...
[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"
...