Generate Barcode using third-party API
Note: This tutorial explains a workaround to generate barcodes/QR codes. However, you can now directly achieve this using the
Barcode/QR Code field in Zoho Creator. You can now directly add and set up the field from the form builder, making the below process much simpler.
Requirement
Generate a barcode based on the provided IMEI (International Mobile Equipment Identity) number using a third-party API.
Use Case
A mobile store uses an order management application to manage their orders. The application has a form called Product. When a product is added to the form, corresponding barcode will automatically be generated and uploaded in the IMEI_barcode field. The store can later stick the barcode on the mobile phone for quick retrieval for the IMEI number.
Steps to follow
Form | Form Link Name | Field Type | Field Name | Field Link Name |
Product | Product | Dropdown | Product Group | Product_Group |
Single line | Product Name | Product_Name |
Single line | IMEI Number | IMEI_Number |
Image | IMEI Barcode* | IMEI_Barcode |
notes | Add Notes | |
4. Click Add New Action and add the following snippet:
See how it works
Points to note