Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this event to

Excerpt

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

Description

This event is triggered as after the user finishes a registrationhas entered step values, so you can add steps based on the value the user 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)]
    localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate(var _RequestValues: Record"MOB NS Request Element"; var _Steps: Record"MOB Steps Element");
    begin
    end;


Filter by label (Content by label)
showLabelsfalse
showSpacefalse
sorttitle
titleMore examples
excerptTypesimple
cqllabel = "onaddstepsto" and label = "example"

...