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 11 Current »

(Legacy) OnPrem/Per-Tenant Extension

This article was written for the separate Pack & Ship Extension (OnPrem or Per-Tenant).
Pack & Ship is now a feature in the standard Mobile WMS (since MOB5.42) with new events in the Mobile WMS scope (MOB).

Links:

API Documentation - Pack & Ship


OnPostAdhocRegistrationOnPackagesToShip_OnBeforeRun

OnPostAdhocRegistrationOnBulkRegPackageInfo_OnAfterUpdateLicensePlate

local procedure OnPostAdhocRegistrationOnBulkRegPackageInfo_OnAfterUpdateLicensePlate(var _LicensePlate: Record "MOS License Plate"; var _RequestValues: Record "MOB NS Request Element")
begin
end;

OnPostAdhocRegistrationOnPackagesToShip_OnUpdateLicensePlateFromPackageSetup

local procedure OnPostAdhocRegistrationOnPackagesToShip_OnUpdateLicensePlateFromPackageSetup(var _LicensePlate: Record "MOS License Plate"; _PackageSetup: Record "MOS Mobile WMS Package Setup")
begin
end;


OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate

local procedure OnPostAdhocRegistrationOnPackagesToShip_OnAddStepsToLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _Steps: Record "MOB Steps Element")
begin
end;


OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate

local procedure OnPostAdhocRegistrationOnPackagesToShip_OnAfterAddStepToLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _Step: Record "MOB Steps Element")
begin
end;


OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate

local procedure OnPostAdhocRegistrationOnPackagesToShip_OnBeforeUpdateLicensePlate(var _RequestValues: Record "MOB NS Request Element"; var _IsHandled: Boolean)
begin
end;

OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate

local procedure OnPostAdhocRegistrationOnPackagesToShip_OnAfterUpdateLicensePlate(var _LicensePlate: Record "MOS License Plate"; var _RequestValues: Record "MOB NS Request Element")
begin
end;

  • No labels