Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

<Name Space/Class>

<short description>

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

Info

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

Panel
panelIconId1f3a5
panelIcon:movie_camera:
panelIconText🎥
bgColor#DEEBFF

<Sample Video>

<Technical Specification>None

No Specification

Description<longer 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

Code Block
<sample code>

Example to follow

<insert text>