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" record).
Template
[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Adhoc Reg-BulkReg", 'OnPostAdhocRegistrationOnBulkRegPackageInfo_OnAfterUpdateLicensePlate', '', false, false)]
local procedure OnPostAdhocRegistrationOnBulkRegPackageInfo_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 |