Barcode & QR Code Generator
HomeBlogDocsContact
  • Overview
    • Try It!
    • Introduction
    • Key Features
    • Competitive Matrix
    • Industry Use Cases
      • IT Asset Management (ITAM)
      • Field Service Management (FSM)
    • Videos
    • Reviews
  • Technical Docs
    • Getting Started
    • Building a Barcode Label
      • Barcode Generator
      • Barcode Parts
    • Using a Barcode Label
      • Display from Form/List
      • Display on Service Portal or Employee Center
      • Display in Email Notification
      • Print
      • Save to Disk
      • Attach to Record
      • Use in Custom App
      • Use in Yansa PDF Generator
    • Printing Pages w/ Multiple Labels
    • Silent Printing
    • Client-side vs Server-side Barcode Generation
    • Optimizing Barcodes for Scanning
    • Barcode Tester
    • General Settings
    • ATF Test Suite
    • Logging
    • Troubleshooting
    • Frequently Asked Questions
Powered by GitBook
On this page
  • From Form:
  • Formatter - Embed a barcode label directly on any form:
  • Dialog Box (Modal) from Form Button - Display a barcode label in a pop-up window:
  • UI Page from Form Button - Display a barcode label in a separate window:
  • From List:
  • UI Page from List Choice - Display barcode labels in a separate window:
  1. Technical Docs
  2. Using a Barcode Label

Display from Form/List

PreviousUsing a Barcode LabelNextDisplay on Service Portal or Employee Center

Last updated 11 months ago

From Form:

Formatter - Embed a barcode label directly on any form:

  1. 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.

  2. 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.

  3. 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.

Dialog Box (Modal) from Form Button - Display a barcode label in a pop-up window:

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

  2. 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.

  3. Visit the form view for a record on the specified table. Click the button to open the barcode label in a Dialog box (modal).

UI Page from Form Button - Display a barcode label in a separate window:

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

  2. 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.

  3. 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.

From List:

UI Page from List Choice - Display barcode labels in a separate window:

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

  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. The barcodes will be displayed on a new page.

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

Formatter on Form
Dialog Box from Form
Display from Form
UI Page
Display from List
Multiple Barcode Display