Product: CENTRAL
Version: All Versions
|
Modify each label template that you wish to utilize this functionality with.
1. Open CODESOFT and Check Out the desired label template as a Draft so that you can edit it.
2. Create a formula (Data sources > Formula > Add) and change the name of the formula to: @VALIDFORPRINT.
3. In the value box, use an IF function to define how you want to control the print quantity. (In this example I do not want the users to be able to print more than 200 labels)
Example: if(@SERIALQTY > 200, 0, 1)
4. Check In the label as Final (or In Approval and approve the label).
|