PrintPickSlip [PICK016]

DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PrintPickSlip()

This Business Object performs a functional perspective matching of the core printing a Sales Order Pick.

For a detailed overview of working with DATASCOPE PREMIUM WMS Business Objects, refer to E.Net Business Objects

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

None

No Specifications

RELEASE NOTES

  • Release notes 24R2 (Ticket # 8381) - PrintPickSlip Business Object development.

Description

This BO performs a functional perspective matching of the core printing a Sales Order Pick.

Code

PIK016

Name

PrintPickSlip

Module

Picking

Functional Area

OrderPicking

Name Space/Class

DATASCOPE.SDK.BusinessObjects.Picking.OrderPicking.PrintPickSlip()

Release Date

August 2024

Release Version

v24.2

Prerequisites

None

SYSPRO Objects

 

Parameters

This object will allow a 3rd Party application or script to simply pass a Picking Slip Number and optional Printer Name and perform the Print process. Note if the Printer Name is supplied this will allow the 3rd party application to override the internal Printer configured, giving some additional flexibility.
Returns:
Response - Success
Response Result set to True
Response Message "Picking slip, XXXX printed"

Response - Failure
Response Result set to False
Response Message - Error generated

Name

Description

Mandatory field

Data Type

Default Value

Name

Description

Mandatory field

Data Type

Default Value

pPickSlip

Mandatory Picking Slip Number to be sent to the printer.

Should pPrinterName below be left blank then the existing SALES

YES

string

<blank>

pPrinterName

Optional Printer Name to override the core built in logic of the DATASCOPE WMS printer configuration

NO

string

<blank>

Validation

The following validation is required.

  • Pick Slip - A valid pick slip in the DATASCOPE WMS Printer name, and a valid printer setup in DATASCOPE WMs, if not provided the printer will check the System Setting SALESORDER_PICKING and use that printer.

Technical Specification

<sample code>

Testing the BO

The Business Object Harness application should be used to assist in troubleshooting and testing any of the DATASCOPE WMS Business Objects.

  • Ensure you followed the installation process to install and configure the Business Object Harness application.

  • To test the Business Object

o   Open the Business Object Harness

image-20240508-124530.png

o   Enter the Company ID you would like to login to, followed by a valid Operator, along with its password and company password (if any). Clicking the Login button will then attempt to log in to the system using the WebAPI.

o   The first step in posting an object is to select and add it to the main content window.

image-20240822-134737.png

o   Now you are ready to start testing the Business Object.

Â