This document will show how to quickly program NFC tags for use with the TrackVia app.
Pre-requisites:
- NFC Tags
- Android Device that is NFC Capable (Use this app to check if your device has NFC chip)
- Free NFC Writer app (example NFC Tools)
- TrackVia account
What can I program into a NFC Tag?
- Shortcut to any View, Chart, MapView, Create Form or Record in TrackVia
- Pre-programmed UserId, Password for Quick Login
How do I program a link to a View into a NFC Tag?
- Launch the TrackVia website via a browser athttps://go.trackvia.com and login to your account
- Navigate to the appropriate view (it can be any view, chart, map view etc).
- Go the website address and you will see a URL such as https://go.trackvia.com/#/apps/10/tables/54/views/3536
- Copy this text and paste it into a plain text editor program or Word document
- Replace the part “https://go.trackvia.com/#” with “com.trackvia://“
- Now the link will look like “com.trackvia://apps/10/tables/54/views/3536". This link text is what we will program into the NFC Tag to signal to it to launch that view once the Android device is tagged with it.
- Now we need to get this text over to the Android device. One way to do this is to Copy and Paste this text into an email and go to that email on the device. Another way is to use some Shared notes app such as Google Keep to transfer the text over.
- Once you have the text on your Android device, its time to launch the writer app (e.g. NFC Tools will be used for this documentation).
- After launching the NFC Tools app, go to “Write”.
- Tap on “Add a record”
- Pick “Custom URL/URI”
- Enter the link text into the field. (com.trackvia://apps/10/tables/54/views/3536)
- Tap OK, then tap “Write”.
- Now approach the NFC Tag you want to program. Once near, the app will program the tag with the appropriate link.
- Now your NFC Tag is ready to be used and will detect and take you to the appropriate view upon the Android device coming near it.
How do I program a link to a Create Form or Record into a NFC Tag?
The entire procedure is identical to the steps above. The only difference will be that the links for Create Form will look like this in the Browser:
https://go.trackvia.com/#/apps/10/tables/54/records/new/form/1820
and similarly will need to be converted to
com.trackvia://apps/10/tables/54/records/new/form/1820
The link for a specific Record will look like this in the Browser:
https://go.trackvia.com/#/apps/10/tables/54/views/3536/records/view/545/form/1820
and will need to be converted to
com.trackvia://apps/10/tables/54/views/3536/records/view/545/form/1820
Comments
0 comments
Article is closed for comments.