Print

From Form:

  1. Enable the 'Printable' option on the Barcode Generator record for the desired barcode label

  2. Any place where the in-browser view of the barcode label is enabled (form, dialog box (modal), ui page, widget), the 'Print' button can be clicked to print the barcode label.

Print Label
  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Print Barcode'.

  2. Update the Name and Table fields to match the table where you wish to place the button. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.

  3. Visit the form view for a record on the specified table. Click the button to trigger a print of the barcode label.

Print from Form

All options to print barcode labels from form utilize client-side barcode generation.

From List

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Print Barcodes (List one-per-page)'.

  2. Update the Name and Table fields to match the table where you wish to place the list choice. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.

  3. Visit the list view of the specified table, check as many options as desired from the list, and then click the specified UI Action from the drop-down menu. This will trigger a print of the barcode labels, printing one label per page.

Print from List (One-per-Page)
Printing One-per-Page

When printing from list, it may be helpful to configure your browser for 'silent printing' so that you can print directly from the browser without having to confirm a print dialog each time. Otherwise, when printing one-per-page, you will be asked to confirm for each individual page.

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Print Barcodes (List many-per-page)'.

  2. Update the Name and Table fields to match the table where you wish to place the list choice. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.

  3. Visit the list view of the specified table, check as many options as desired from the list, and then click the specified UI Action from the drop-down menu. This will trigger a print of the barcode labels, printing as many as possible per page.

Print from List (Many-per-Page)
Printing Many-per-Page

All options to print barcode labels from list utilize client-side barcode generation.

Last updated