Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Use this event to

Excerpt

Modify the conditions of the various checks performed before a license plate "Shipping Status" is updated

Description

The checks include, but are not limited to:

  • "Package Setup" register fields i.e. Weight, Length are fulfilled
  • Shipment has "Shipping Agent Code"

Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS LicensePlateContLookupLicense Plate Mgt", 'OnLookupOnLicensePlateContent_OnAddStepsOnCheckLicensePlatePackageInfo', '', false, false)]
local procedure OnLookupOnLicensePlateContent_OnAddStepsOnCheckLicensePlatePackageInfo(var _LookupResponseElementLicensePlate: Record "MOB NS WhseInquery ElementLicense Plate"; _LicensePlateContentPackageSetup: Record "MOB License Plate ContentMobile WMS Package Setup"; var _StepsIsPackageInfoCollected: Record "MOB Steps Element"Boolean);
begin
end;



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

Version History

Version

Changes

MOB5.42Introduced

...