OnLookupOnPackagesToShip_OnAfterAddStepToLicensePlate

Use this event to

Modify properties for existing steps defined by Package Setup.

Description

  • This event is executed once for every existing 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