OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate

Use this event to

Add steps to be displayed on the mobile device during the packing registration of License Plates.

Description

This event is triggered after the user has entered step values, so you can add steps based on the entered values.


Collecting new steps must go hand-in-hand with additional customizations to handle such values, using:


Existing steps are handled by OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate.


Template

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate', '', false, false)]
    local procedure OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _Steps: Record "MOB Steps Element");
    begin
    end;


More examples

Version History

Version

Changes

MOB5.42Introduced