CycleCountScheduleCreatePost [WCONTROL007]
DATASCOPE.SDK.BusinessObjects.WarehouseControl.CycleCount.CycleCountScheduleCreatePost()
This Business Object can be used to create a new Cycle Count Advanced Schedule within the system. This object will only generate the header record. There is a separate Business Object to add the detail lines to the schedule. This object will also return the id/reference number for the new schedule created, which will be required when posting the object to create the detail lines.
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 create a new Cycle Count Advanced Schedule
Code | WCONTROL007 |
---|---|
Name | CycleCountScheduleCreatePost |
Module | CycleCount.CycleCountScheduleCreatePost |
Functional Area | CycleCount |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.WarehouseControl.CycleCount |
Release Date | 17/4/2020 |
Release Version | v5.0.12.x |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pScheduleType | Type for the new Cycle Count Advanced Schedule | YES | enum (BIN, STOCKCODE, LOT) | Â |
pCountType | Schedule count type | YES | enum(SCHEDULED, SYSTEM_TRIGGERED, MANUAL, USER_TRIGGERED) | Â |
pWarehouse | Warehouse to load against the new Schedule | YES | string | Â |
pOperator | Operator code to log against the Schedule | NO | string | Operator against the GUID |
Technical Specification
<sample code>