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

DATASCOPE.SDK.BusinessObjects.OrderRelease.PickingSlipRelease.CreatePickingSlip()

This Business Object calls the ConfirmSalesOrderAllocation() method to Create a WMS Picking Slip from a SYSPRO Sales Order Number. The reservations need to exist before calling this Business Object, this can be done in core product or using the ORDREL003 Business Object.

Returns:
Response - Success
Response Result set to True
Response Message "Pick Slip, XXXX Created and Printed.d"
Response - Failure
Response Result set to False
Response Message - Error generated

For a detailed overview on 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 Specification

Description

Business Object to Create a Picking Slip for a Sales Order

Code

ORDREL004

Name

CreatePickingSlip

Module

OrderRelease

Functional Area

PickingSlipRelease

Name Space/Class

DATASCOPE.SDK.BusinessObjects.OrderRelease.PickingSlipRelease

Release Date

03/05/2019

Release Version

5.0.0.62

Prerequisites

None

SYSPRO Objects

None

Parameters

Name

Description

Mandatory field

Data Type

Default Value

pSalesOrder

SYSPRO Sales Order Number

YES

string

<blank>

pWarehouse

SYSPRO Warehouse

YES

string

<blank>

pMasterShipmentNumber

Master Shipment Number to group the Picking Slips in a batch if required

NO

string

<blank>

pPrinterName

Valid printer on the WMS Server

NO

string

<blank>

Technical Specification

<sample code>
  • No labels