Info |
---|
<Name Space/Class> |
<short description>
DATASCOPE.SDK.BusinessObjects.WarehouseSetup.Bin.Create() |
This Business Object is used to Create a new WMS Bin (Area/Zone/Type/Warehouse maintenance)
Info |
---|
If you don’t like reading, you can watch the video. |
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<Sample Video> <Technical Specification>None No Specification |
Description<longer description>
Business Object to Create Bins in the System
Code | WSTUP005 |
---|---|
Name | WarehouseSetup |
Module | Bin |
Functional Area | Create |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Bin.WarehouseSetup |
Release Date | 30/07/2021 |
Release Version | v5.0.23 |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pBin | Bin number to create | YES | string | <blank> |
pWarehouse | Warehouse in which the Bin should be created | YES | string | <blank> |
pBinType | Bin Type to create: Receiving, Bulk, Pickface, ReachTruck | NO | string | "Bulk" |
pPickingSequence | Picking Sequence associated with the Bin : USER, LIFO, FIFO | NO | string | "USER" |
pArea | Area to link to the Bin, if any | NO | string | <blank> |
pZone | Zone to link to the Bin, if any | NO | string | <blank> |
Technical Specification
Code Block |
---|
<sample code> |