OnLookupOnPackagesToShip_OnAddStepsToLicensePlate

Use this event to

Add Steps to be displayed on the mobile device when collecting values for each License Plate during packing registration.

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:

Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnLookupOnPackagesToShip_OnAddStepsToLicensePlate', '', false, false)]
local procedure OnLookupOnPackagesToShip_OnAddStepsToLicensePlate(var _LookupResponseElement: Record "MOB NS WhseInquery Element"; _LicensePlate: Record "MOB License Plate"; var _Steps: Record "MOB Steps Element");
begin
end;


More examples

Version History

Version

Changes

MOB5.42Introduced