Versions Compared

Key

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

...

...

...

...

Use this event to

TODOAdd steps to be displayed at the mobile device when collecting values for each license plate.
Excerpt

Update custom fields when Shipment Info is changed, while registrations exist.

Description

  • This event is triggered when Shipment Info is changed
  • Use this to clear any custom fields the previous Package Type has set on registered License Plate-records


Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnUpdateLicensePlateFromPackageSetup', '', false, false)]
localprocedure OnPostAdhocRegistrationOnPackagesToShip_OnUpdateLicensePlateFromPackageSetup(var _LicensePlate: Record"MOB License Plate"; _PackageSetup: Record"MOB Mobile WMS Package Setup");
begin
end;

...

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

Version History

...