Stock Labels- Change default quantity of labels to print?

SUGGESTED

Hello, 

Sage prints directly to our label printer in our manufacturing plant. Sometimes the user printing stock labels will accidentally forget to change the 'quantity' of labels. 

The Zebra label printer will then print thousands of labels if the printer is not unplugged or paused. 

It looks like sage is pulling the number of labels from the stock quantity.

Is there a way to change the default quantity of labels to '1' ? 


Under Manufacturing > Production tracking > Stock labels

Thank you!

  • 0
    SUGGESTED

    I was able to do this while in Super Admin mode, under

    All -> Development -> Script dictionary -> Screens
    Then I pulled up the Screen: STOLBEIMP = Label Printing 
    Scroll down to the fields and find the Label Number field= LBENBR. Scroll over to the Default Value and use a wildcard to instruct the system to print only 1 label= *1 should be what you enter as your default value (wildcard of * and 1 for value of labels to print). I also removed the link in the Entry Condition field.
    That seemed to the do the trick and each time the label screen appears for our label it's always set to 1. If the user wants to print more than 1, they just add the number in place of the 1 :) 
    Hope that helps!!