Where To Specify The Number Of Copies of WMS Labels To Be Printed?
The xml file created as a part of WMS shipping contents label (through business flow) has the following data:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE labels SYSTEM "label.dtd">
<labels _FORMAT ="\\znas3\labels\formats\gm_ship.lwl" _QUANTITY="1" _PRINTERNAME="Fujitsu"
_JOBNAME="LBL112">
<label _PRINTERNAME="Fujitsu">
Where is the quantity of 1 (_QUANTITY="1") specified? We wanted to change that quantity to 2 or 3 as per our requirements?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE labels SYSTEM "label.dtd">
<labels _FORMAT ="\\znas3\labels\formats\gm_ship.lwl" _QUANTITY="1" _PRINTERNAME="Fujitsu"
_JOBNAME="LBL112">
<label _PRINTERNAME="Fujitsu">
Where is the quantity of 1 (_QUANTITY="1") specified? We wanted to change that quantity to 2 or 3 as per our requirements?
0