CycleCountScheduleItemPost [WCONTROL008]

DATASCOPE.SDK.BusinessObjects.WarehouseControl.CycleCount.CycleCountScheduleItemPost()

This Business object adds detail lines to an existing Cycle Count Advanced Schedule. The only requirement is the schedule header ID. This can be obtained directly from the SQL tables, or if the Schedule is created using the Create Schedule business object, this header id is returned when a successful post is performed.

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

Object to add a line to an existing Cycle Count Advanced Schedule

Code

WCONTROL008

Name

CycleCountScheduleItemPost

Module

CycleCount.CyclCountScheduleItemPost

Functional Area

CycleCount

Name Space/Class

DATASCOPE.SDK.CycleCount

Release Date

17/04/2020

Release Version

v5.0.12x

Prerequisites

None

SYSPRO Objects

None

Parameters

Name

Description

Mandatory field

Data Type

Default Value

Name

Description

Mandatory field

Data Type

Default Value

pScheduleHeaderId

Schedule Header Id to add the detail line to

YES

int

 

pCountEntity

This is the entiry to be counted and depends on the Count Type of the schedule. This will contain the Bin or Stockcode to be counted

YES

string

 

pCountDueDate

This is the Due Date for the count line being added

YES

DateTime

 

Status

This is the status of the line

NO

enum (NEW, INPROGRESS)

NEW

Technical Specification

<sample code>