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:
  • Save to Disk from Label Button - Save a barcode label using the built-in Save button:
  • Save to Disk from Form Button - Save a barcode label to your local computer:
  • From List:
  • Save to Disk from List Choice - Save barcode labels via a list choice:
  1. Technical Docs
  2. Using a Barcode Label

Save to Disk

PreviousPrintNextAttach to Record

Last updated 11 months ago

From Form:

Save to Disk from Label Button - Save a barcode label using the built-in Save button:

  1. Enable the 'Savable' 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 'Save' button can be clicked to save the barcode label to your local computer.

All options to save barcode labels from label utilize client-side barcode generation. The resulting file type is PNG.

Save to Disk from Form Button - Save a barcode label to your local computer:

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Save 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 save the barcode label to your local computer.

All options to save barcode labels from form utilize client-side barcode generation. The resulting file type is PNG.

From List:

Save to Disk from List Choice - Save barcode labels via a list choice:

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Save 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. This will trigger a save of the barcode labels to your local computer.

All options to save barcode labels from list utilize client-side barcode generation. The resulting file type is PNG.

Note: The 'Savable' checkbox must be selected on the Barcode Generator record in order for this method to be successful.

Save Label
Save from Form
Save from List