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 4 Next »

DATASCOPE.SDK.BusinessObjects.WarehousControl.CycleCount.CycleCountItemPost()

Post multiple Cycle Count items.

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 Specifications

Description

This business object is used to post multiple cycle count items

Returns:
Response - Success
Response Result set to True
Response Message "The following TrackID(s) have been posted: TRACK1, TRACK2,....TRACKN"
Response - Failure
Response Result set to False
Response Message - Error generated

Code

WCONTROL005

Name

CycleCountItemPost

Module

WarehouseControl

Functional Area

CycleCount

Name Space/Class

DATASCOPE.SDK.BusinessObjects.WarehousControl.CycleCount.CycleCountItemPost()

Release Date

Aug 2024

Release Version

v24.2

Prerequisites

None

SYSPRO Objects

None

Parameters

Name

Description

Mandatory field

Data Type

Default Value

pBin

The bin being counted in the cycle count - A valid Bin that exists in WMS

YES

string

<blank>

pTrackIDs

This is a List of Post items and must contain at least one item.

pTrackID

It is the TrackID found within the Bin

YES

String

<blank>

pStockCode

The stock code found on the TrackID

YES

String

<blank>

pLot

Lot Number applicable for the pStockCode. Only required if the pStockCode is flagged at Lot Traceable in SYSPRO.

NO

String

Required if pStockCode is Lot traceable, otherwise <blank>

pExpiryDate

Expiry Date for the pLot if the pStockCode is Lot Traceable and using Expiry Dates in SYSPRO.

 If pLot is Traceable and not supplied, No Expiry will be posted to SYSPRO and reflect at 0000/00/00

NO

String

<blank>

pQuantity

The quantity of stock on the TrackID

YES

Decimal

0

pReason

The reason for the cycle count post

NO

String

<blank>

Technical Specification

<sample code>
  • No labels