CreatePickfaceReplenishment [REPLEN001]

DATASCOPE.SDK.BusinessObjects.Replenishment.DirectedReplenishment.CreatePickfacReplenishment()

This Business Object will create a Pickface Replenishment Line in tblPickfaceReplenishment
Returns:
Response - Success
Response Result set to True
Response Message "Pickface Replenishment Line successfully added"
Response - Failure
Response Result set False
Response Message - Error generated/Validation failed

For a detailed overview on working with DATASCOPE PREMIUM WMS Business Objects, refer to https://datascopewms.atlassian.net/wiki/spaces/TG/pages/58130437

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

None

No Specification

Description

Business Object to create a new Pickface Replenishment Line

Code

REPLEN001

Name

CreatePickfaceReplenishment

Module

Replenishment

Functional Area

Replenishment

Name Space/Class

DATASCOPE.SDK.BusinessObjects.Replenishment.Replenishment

Release Date

07/10/2020

Release Version

v5.0.17.x

Prerequisites

None

SYSPRO Objects

None

Parameters

Name

Description

Mandatory field

Data Type

Default Value

Name

Description

Mandatory field

Data Type

Default Value

pPickfaceBin

Pickface Bin to create the replenishment for

YES

String

 

pStockCode

Stock Code  to create the replenishment for

YES

String

 

pQuantityRequired

Quantity required for the replenishment

YES

Decimal

 

pSourceWarehouse

Source Warehouse for the Pickface Bin

YES

String

 

pReference

 

NO

String

 

pCritical

T/F if the replenishment is critical

YES

Boolean

 

pCustomReplenishmentDLLName

Name of the custom dll running to create the replenishment
 (Setup in Plugin configuration)

YES

String

 

Technical Specification

<sample code>