TODOAdd steps to be displayed at the mobile device when collecting values for each license plate.
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate', '', false, false)]
local procedure OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate(var _LicensePlate: Record "MOB License Plate"; var _RequestValues: Record "MOB NS Request Element");
begin
end;
More examples
Version History
Version | Changes |
---|---|
MOB5.42 | Introduced |