Pack & Ship Extension - API Documentation (LogTrade Connector)

(Legacy) OnPrem/Per-Tenant Extension

This article was written for a connector used with the separate Pack & Ship Extension (OnPrem or Per-Tenant).
Pack & Ship is now a feature in the standard Mobile WMS (since MOB5.42) and will use a new connector to the Mobile WMS App (provided by LogTrade and available on AppSource).

Links:

LogTrade Connect - Tasklet Mobile WMS Integration - Link to AppSource
LogTrade Connect - Tasklet Mobile WMS Integration - Development and Administration


Available Events

List updated 18. of April 2023


[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOSLogtrade ShippingProvider", 'OnInsertPackageOnAfterValidateDimensions', '', false, false)]
local procedure OnInsertPackageOnAfterValidateDimensions(_FromLicensePlate: Record "MOS License Plate"; var _ToPackage: Record "LTC Package");
begin
end;


[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOSLogtrade ShippingProvider", 'OnInsertPackageOnBeforeValidateDimensions', '', false, false)]
local procedure OnInsertPackageOnBeforeValidateDimensions(_FromLicensePlate: Record "MOS License Plate"; var _ToPackage: Record "LTC Package"; var _IsHandled: Boolean);
begin
end;


[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOSLogtrade ShippingProvider", 'OnPostPackingOnAfterPostWarehouseShipmentOnBeforeConfirmAndPrintConsignment', '', false, false)]
local procedure OnPostPackingOnAfterPostWarehouseShipmentOnBeforeConfirmAndPrintConsignment(var _WhseShptHeader: Record "Warehouse Shipment Header"; var _IsHandled: Boolean);
begin
end;


[EventSubscriber(ObjectType::Codeunit, Codeunit::"MOSLogtrade ShippingProvider", 'OnPostPackingOnBeforePostWarehouseShipmentOnBeforeCreateConsignmentAndPackages', '', false, false)]
local procedure OnPostPackingOnBeforePostWarehouseShipmentOnBeforeCreateConsignmentAndPackages(var _WhseShptHeader: Record "Warehouse Shipment Header"; var _WhseShptLine: Record "Warehouse Shipment Line"; var _IsHandled: Boolean);
begin
end;