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;


Version History

Version

Changes

MOB5.42Introduced