OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate
Use this event to
Handle custom step values of a Registration for a License Plate.
Description
Transfer collected step value to a custom field (typically on the "License Plate" table).
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 |