| NAME |
DSIYBC01 INVBCPRT INV BC PRINT |
| TAG |
INVBCPRT |
| ROUTINE |
DSIYBC01 |
| RETURN VALUE TYPE |
ARRAY |
| DESCRIPTION |
INVBCPRT
Prints (custom) barcode label for a selected inventory item.
|
| INPUT PARAMETER |
-
- INVPTIEN
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 30
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
INVPT
The IEN of the Inventory Point which contains the item for the barcode
label.
-
- ITEM ARRAY
- PARAMETER TYPE: LIST
- REQUIRED: YES
- SEQUENCE NUMBER: 4
- DESCRIPTION:
ITEM ARRAY
List of Item Master Numbers for the items stored at this inventory point.
(INVPT), separated by commas.
-
- CUSTLBL
- PARAMETER TYPE: LITERAL
- REQUIRED: YES
- SEQUENCE NUMBER: 3
- DESCRIPTION:
CUSTLBL
The internal entry number of the custom label (file #446.5) to be used
for this barcode label. A list of available custom labels can be
retrieved using the DSIYBC01 CUSTLBL CUSTOM LABELS rpc.
-
- BCDEV
- PARAMETER TYPE: LITERAL
- MAXIMUM DATA LENGTH: 30
- REQUIRED: YES
- SEQUENCE NUMBER: 2
- DESCRIPTION:
BCDEV
The Internal Entry Number (IEN) of the barcode printer device (file #3.5)
that will be used to print the barcode label.
|
| RETURN PARAMETER DESCRIPTION |
RETURN PARAMETER
;RETURNS: DSIYRET(#)= 1^Label successfully sent to printer
; -1^Error message
;ASSUMPTION: The Custom Label is set up to correctly format the barcode
; text for the current printer.
|