Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Use this event to

Modify properties for any existing step defined by Package Setup.

Description

  • This event is executed once for every step
  • You may use this event to change any property or e.g. Hide the step

Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnLookupOnPackagesToShip_OnAfterAddStepToLicensePlate', '', false, false)]
local procedure OnLookupOnPackagesToShip_OnAfterAddStepToLicensePlate(_LicensePlate: Record "MOB License Plate"; var _Step: Record "MOB Steps Element");
begin
end;


More examples

Version History

Version

Changes

MOB5.42Introduced
  • No labels