Display from Form/List
Last updated
Last updated
Visit System UI -> UI Macros in the left nav. Locate & open the record titled 'barcode_formatter'. Following the instructions in the commented code, copy the UI Macro code into a new UI Macro and update values to accommodate your needs. Save your new record.
Visit System UI -> Formatters in the left nav. Open the record titled 'Barcode (Generator Form)'. Update the Name and Table fields to match the table where you wish to place the barcode label. Insert and Stay to create a new record.
Visit the form of the table where you wish to place the barcode label. Right click the form header and select Configure -> Form Layout. Find your new Formatter in the list and add it to your desired location on the form.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Barcode (Dialog)'.
Update the Name and Table fields to match the table where you wish to place the button that will open the Dialog box. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.
Visit the form view for a record on the specified table. Click the button to open the barcode label in a Dialog box (modal).
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Barcode (Page)'.
Update the Name and Table fields to match the table where you wish to place the button that will open the page. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.
Visit the form view for a record on the specified table. Click the button to open the barcode label on a new page.
All options to display barcode labels on/from form utilize client-side barcode generation.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Show Barcodes (List)'.
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.
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. The barcodes will be displayed on a new page.
All options to print barcode labels from list utilize client-side barcode generation.