Use this event to
TODOAdd steps to be displayed at the mobile device when collecting values for each license plate.
Description
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate', '', false, false)]
local procedure OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _IsHandled: Boolean);
begin
end;
More examples
There are no items with the selected labels at this time.
Version History
Version | Changes |
---|---|
MOB5.42 | Introduced |