what are my options using a saved search to genera...
# general
o
what are my options using a saved search to generate barcodes? a suitelet or customization, or could I make a saved search work?
e
We print an inventory label with the item code, display name, and lot number both in text and barcode. We use a saved search and a linked PDF template.
a
@oceancloud SummitIT is a relatively cheap solution for printing ZPL labels from a transaction or a saved search. There would be no way to show a barcode in a saved search.
e
If the requirement is to print barcodes, saved search + linked PDF template will work. If the requirement is to display barcodes in the Netsuite UI as part of saved search results, I can't say yes or no. Try installing a barcode font, and enclosing the text to be barcoded in a SPAN element that styles the text to be displayed using that font.
o
I was able to get a barcode showing up in a saved search using html and javascript injection, but not sure if i can do it dynamically and don't like the stability of it. thanks for the tool infos
@Edward McGuire so for your template, the final output is a single page that uses a template with many results of items that you print?
e
@oceancloud In our case, we used
page-break-before
in the PDF template to break the final output into one page (one label) per search result row.