Shipping Dimensions Fetch Mass
System Setup / Plugin Customization / Plugin Configuration [SET062] .
The Shipping module is built to manage the shipment of orders through a third-party logistics provider (LSP’s). It is designed to prepare and control the shipping of pallets of products (stock) that have already been picked and checked out. You can use the Shipping module to create waybills and packing lists to be given to a third-party logistics provider (LSPs) (shipper/courier) or by using your trucks to deliver the stock.
When the Shipping TrackIDs are almost ready to be dispatched their dimensions and mass must be updated. The Dimensions and Mass modules (available on PC or HTML) will be used for this. You have the option to manually enter the scale mass of the current box or you can configure this plugin to fetch the scaled mass from a physical scale.
Â
If you don’t like reading, you can watch the video.
None
Try it!
Plugin details
Type | Plugin Name | Interface | Module | Linked Action |
---|---|---|---|---|
Shipping | Shipping Dimensions Fetch Mass | IFetchMass |
| Fetch Mass Button |
To develop your own plugin:
For more information regarding building the plugin, refer to the high-level overview on how to build a basic plugin - Developing your own plugins
For more information, refer to What is needed to work with Plugins?
Insert the DATASCOPE SDK
Insert the inheritance from the DATASCOPE SDK
Select the required Interface.
Write your code as per your own requirement.
Build it into a single .dll file and save it in the C:/ Program Files / DATASCOPE / DATASCOPE WMS WebAPI / Plugins folder on the server.
Test it in the module.
To configure this plugin:
From the Main Menu, browse to System Setup / Plugin Customization / Plugin Configuration
Select Shipping Dimensions Fetch Mass from the Plugin Name drop-down.
Select ADD from the Action drop-down
Enter a Display Name (i.e. ShippingMass)
Add the compiled DLL file name, developed by a developer, in the Dll FileName field - for example ShippingMass.dll
Select Save to save the configuration.
This plugin will now be configured for the Fetch Mass button on the Shipping TrackID Dimensions and Mass screen.
For more information on configuring a plugin, refer to Create a Custom Plugin and link it to a Module or System Setting (configuring plugins) or Developing your own plugins | Configuring the plugin in the software
Â