Create a URL report for QR codes
You can generate a list of URLs for your object records by creating a CSV file and then using a formula in Excel. You can then share these URLs with QR code software to create QR codes for your object records.
Overview
Your object record URLs contain three parts to identify them:
-
Your account number.
-
The object record’s ID number.
-
The 'slug', which is the human-readable bit on the end of each URL and is pulled from key fields.
Take this URL as an example:
https://ehive.com/collections/3404/objects/534993/crown-lynn-boat-vase
In this URL, we have:
-
The account number: 3404
-
The object record ID number: 534993
-
The slug: crown-lynn-boat-vase
The slug isn’t necessary to find and return the record. It's there to make life easier for people looking at the object page. So you can still access the record without it:
https://ehive.com/collections/3404/objects/534993
You can therefore generate a list of URLs by creating a CSV report of your object records and then using a formula in Excel to combine the object record ID with the first parts of the URL.
Step 1: Create a CSV report in eHive
-
Log in to My eHive.
-
Find the records that you would like to report on.
-
Select Create Report.
-
On the Create object record report page, select CSV Reports.
-
In the Report Title field, enter a report title.
-
Select Request Report. Depending on the size of your report, it may take a few minutes to generate.
-
When the report is generated, a notification will appear on Reports in the menu. Select this notification.
-
On the Report Downloads page, find your report and select Download.
Step 2: Edit the CSV report to create the URLs
-
Open the downloaded CSV file in Excel.
-
Column A contains the ID of each object record. Select and delete all other columns.
-
In a blank column, paste a formula that will combine your eHive account URL with column A (your object record IDs):
-
For public records, paste this formula:
="https://ehive.com/collections/XXXX/objects/"&A2 -
For private records, paste this formula:
="https://my.ehive.com/accounts/XXXX/objects/"&A2
-
-
Edit the formula and change XXXX to your account number. For example, our eHive demo account URL is https://ehive.com/collections/3404/ so we would change XXXX to 3404. Your account number is listed on your eHive Dashboard and is present in every object record’s URL directly after collections (for public records) or accounts (for private records).
-
In the cell where you pasted the formula, you should now see a full URL for the object record. For example, https://ehive.com/collections/3404/objects/535004.
-
Copy and paste the formula into every cell in the column to generate all the URLs.
The URLs can now be shared with your QR code software.