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

Use this event to

Add steps to be displayed on the mobile device when collecting values for each license plate regarding its Shipment Info.

Description

Existing steps (i.e. Package Type, Weight, Length) are defined by Package Setup, but you can your own custom steps using this event.


Collecting new steps must go hand-in-hand with additional customizations to handle such values, using:

Template

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


More examples

Version History

Version

Changes

MOB5.42Introduced
  • No labels