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

System Setup / Plugin Customization / Plugin Configuration [SET062] .

This plugin will run after clicking confirm on the release screens, it allows the customer to add in any custom logic they might require before the picking slip is actually created.

The settings will have the options of CORE (for standard WMS logic) or the names of the plugins setup for each of these on the plugin configuration screen.

image-20240610-110416.pngimage-20240610-110547.png

If you don’t like reading, you can watch the video.

None

Try it!

Plugin details

Type

Plugin Name

Interface

Location

Method Name

Module

Linked Action

Picking/Release

Sales Order Release Picking Slip Rule

ISalesPickingReleaseRule

DATASCOPE.SDK.PluginInterfaces

 

  • Sales Order Allocation

  • Sales Order Advanced

Confirm 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

Strong development skills are required in order to develop your own plugins.

For more information, refer to What is needed to work with Plugins?

  • Open a Class Library Project within Visual Studio

  • 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 Sales Order Release Picking Slip Rule from the Plugin Name drop-down.

  • Select ADD from the Action drop-down

  • Enter a Display Name (i.e. SOPickingRule)

  • Add the compiled DLL file name, developed by a developer, in the Dll FileName field - for example SOPickingRule.dll

The DLL file name added into the Dll FileName field must be exactly the same as the .DLL file saved in the C: / Program Files (x86) / DATASCOPE / DATASCOPE WMS WebAPI / Plugins folder.

All the Plugin .DLL files are located on the DATASCOPE WMS server under C: / Program Files (x86) / DATASCOPE / DATASCOPE WMS WebAPI / Plugins. . Refer to What is needed to work with Plugins? | Location of plugin files .

  • Select Save to save the configuration.

  • This plugin will now be configured for either all modules with a Print buttons, or depending on the return string, only certain modules.

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

image-20240610-110108.png

Configuration Settings

To use the custom rule the following System Settings must be updated: Sales Order Release Picking Slip RuleSystem: PICKING_SALES_ALLOCATION Setting: PICK_SLIP_RELEASE_RULE

 

  • No labels