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

Use these events to

Expose your new Connector App and synchronize master data from the 3rd party Shipping App into Tasklet Pack and Ship

Description

The "Tasklet Pack and Ship App" is a core framework and as a starting point has no knowledge of the exact tables in the 3rd party Shipping Apps it is being connected to.

In consequence the "Tasklet Pack and Ship App" is using its own internal master data tables and data must be synchronized from the 3rd party Shipping App into these internal tables. This is a task of your new Connector App using the events below.


Internal master data tables in "Tasklet Pack and Ship" are:

Table NameDescription
MOS Shipping Provider

Each 3rd party Shipping App being integrated into "Tasklet Pack and Ship" must provide a unique "Shipping Provider Id" identifying this exact "ShippingProvider" Connector App integration.

Your new unique "Shipping Provider ID" is exposed to the "Tasklet Pack and Ship" using the Shipping Provider ConnectorOnDiscoverShippingProvider (MOS) event.

MOS Package Type

Package Types including their default Dimensions and Unit of Measures.  Imported "MOS Package Types" will be available in "Pack and Ship" setup tables and in that way can be exposed on mobile devices.

Master data for Package Types are synchronized from 3rd party Shipping App using the Shipping Provider ConnectorOnSynchronizePackageTypes (MOS) event.


MOS Packing Station

Optional:  Package Stations is an optional entity in the "Pack and Ship" setup.  Unless you have extended the "MOS Packing Station"-table with your own custom fields it will generally not be needed to synchronize master data for this table.

Package Stations are synchronized from 3rd party Shipping App using the Shipping Provider ConnectorOnSynchronizePackingStations (MOS) event.


Integration Events

  • No labels