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

DATASCOPE.SDK.BusinessObjects.WarehouseSetup.TrackingID.Create()

This Business Object can create a new Tracking ID in WMS. Several overloads allow for multiple options, including the ability to add single or multiple lines and print the Tracking ID to a specific printer.

Release notes 24.1 - two additional parameters have been added to the Business Object.

If you don’t like reading, you can watch the video.

None

No Specification

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

NO

string

<blank>

pComments

Free format field to add a comment

NO

string

<blank>

Technical Specification

<sample code>
  • No labels