Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

<Name Space/Class>

<short description>

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

This Business Object can create a new Tracking ID in WMS. There are several overloads to allow for multiple options, which includes the ability to add single or multiple lines as well as options to print the Tracking ID to a specific printer.

Info

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

Panel
panelIconId1f3a5
panelIcon:movie_camera:
panelIconText🎥
bgColor#DEEBFF

<Sample Video>

<Technical Specification>None

No Specification

Description<longer 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

Technical Specification

Code Block
<sample code>

Example to follow

<insert text>