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 7 Next »

Use this event to

Modify properties for any existing step defined by Package Setup.

Description

  • This event is executed once for every step (i.e. Package Type, Weight, Length)
  • You may use this event to change any property of the step or hide the step


Template

[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOB WMS Pack Lookup", 'OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate', '', false, false)]
local procedure OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _Step: Record "MOB Steps Element");
begin
end;




More examples

Version History

Version

Changes

MOB5.42Introduced
  • No labels