Versions Compared

Key

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

Use this event to

Excerpt

Modify the existing handling of collected step values of a Registration for a License Plate.

Description

  • Modify how collected step values (i.e. Package Type, Weight, Length), are transferred to the "License Plate" table
  • The setup of "Shipping Agent" and "Mobile WMS Package Types" in Package Setup defines these steps

Template

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate', '', false, false)]
    localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate(var _RequestValues: Record"MOB NS Request Element"; var _IsHandled: Boolean);
    begin
    end;


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

...