OnCheckLicensePlatePackageInfo

Use this event to

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 License Plate Mgt", 'OnCheckLicensePlatePackageInfo', '', false, false)]
local procedure OnCheckLicensePlatePackageInfo(_LicensePlate: Record "MOB License Plate"; _PackageSetup: Record "MOB Mobile WMS Package Setup"; var _IsPackageInfoCollected: Boolean);
begin
end;



Version History

Version

Changes

MOB5.42Introduced