Tracking ID Creation [WSETUP012]
DATASCOPE.SDK.BusinessObjects.WarehouseSetup.TrackingID.Create()
This Business Object can create a new Tracking ID in WMS. Several overloads allow for multiple options, including adding single or multiple lines and printing the Tracking ID to a specific printer.
Release notes 24.1 (Ticket #8358) - two additional parameters have been added to the Business Object - pUserDef1, pComments
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.
Description
Create a new Tracking ID in the system with one or more lines and allow for Printing
Code | WSETUP012 |
---|---|
Name | TrackingID Creation |
Module | Warehouse Setup |
Functional Area | TrackingID |
Name Space/Class | DATASCOPE.SDK.WarehouseSetup |
Release Date | 03/05/2019 |
Release Version | v5.0.0.60 |
Prerequisites | None |
---|---|
SYSPRO Objects | None |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pBin | WMS Bin to create the Tracking ID in | YES | string | N/A |
pStockedLines | List of Stocked Line Object (Stockcode, Lot & Quantity) | YES | List | N/A |
pTrackingId | WMS Tracking Id Number (Blank to auto generate number) | NO | string | <blank> |
pSupplierReference | Free format field | NO | string | <blank> |
pJobNumber | Free format field | NO | string | <blank> |
pPurchaseOrderNumber | Free format field | NO | string | <blank> |
pGRNNumber | Free format field | NO | string | <blank> |
pPrinterName | Printer on the WMS Server | NO | string | <blank> |
pNumberOfCopies | Number of copies to print | NO | int | 1 |
pFormat | Label Format to use | NO | enum | LABEL_FORMAT_DEFAULT |
pSystemName | System Name to use as the Printed from | NO | enum | STOCK_TAKE_ON |
pUserDef1 | A free text field for custom information a user may want to save/print on the label | NO | string | <blank> |
pComments | Free format field to add a comment | NO | string | <blank> |
Technical Specification
<sample code>