Currently, there are 2 main options to get the full URL of your e-label QR Codes (it looks like 3 because the approach for custom domains is a little bit different from Standard URL prefixes)
- Getting the QR Codes from the work order directly
- Getting the QR Code URLs by connecting the extended IDs from CODES CREATED Report with the Code Prefix from the company view - Standard Prefix
- Getting the QR Code URLs by connecting the extended IDs from CODES CREATED Report with the Code Prefix from the company view - Custom Domain
Getting the QR Code URLs from the work order directly
1. Go to Work Orders
2. click on the DOWNLOAD CODES CSV icon
3. the downloaded CSV can be opened in excel and contains 5 columns. The full URLs are in column E
4. the challenge is to match the URLs with the correct product. The options are:
a. create one work order per product
b. to look up the extended ID in the Codes created report manually
Getting the QR Code URLs by connecting the extended IDs from CODES CREATED Report with the Code Prefix from the company view - Standard Prefix
1. Go to CODES CREATED
2. generate the download CSV report by clicking on DOWNLOAD CSV
3. download the report by clicking on the download error
4. in the download file the extended ID can be found in the first column (Column A). Subsequent columns contain the Product name and the product SKU (SKU is the unique identifier in our system)
5. Then you have to get the URL prefix. It can be found in the COMPANY INFO section
6. Now the Custom Domain URLhas to be added as a prefix to the extended ID in the CSV Download (Column H)
https://sbaf.st4.ch/
The formula used is:
=M2&A2
Column M (in this case) is where we added the prefix
Column A (in this case) is where the extended_id (the unique code message) can be found
Getting the QR Code URLs by connecting the extended IDs from CODES CREATED Report with the Code Prefix from the company view - Custom Domain
1. Go to CODES CREATED
2. generate the download CSV report by clicking on DOWNLOAD CSV
3. download the report by clicking on the download error
4. in the download file, the extended ID can be found in the first column (Column A). Subsequent columns contain the Product name and the product SKU (SKU is the unique identifier in our system)
5. Then you have to get the URL prefix. It can be found in the COMPANY INFO section
6. Now the Custom Domain URL has to be added as a prefix to the extended ID in the CSV Download (Column H)
https://sbaf.st4.ch/
The formula used is:
=M2&A2
Column M (in this case) is where we added the prefix
Column A (in this case) is where the extended_id (the unique code message) can be found
Comments