Skip to main content

QR and NFC actions

QR code and NFC tags are plain and simply access to a URL, often with specific references to records.

The purpose is to ease access to webbased resources, so the user can do things with a simple gesture or action.

Common usecase scenarios are

  • Working with inventory
  • Consumers accessing information

Scanner verbs and nouns

TS facilitates a special automation language, where work can be handled simple by scanning codes.

The idea is to, in any order, scanning both

  • A reference to a OBJECT to work with
  • An ACTION you want to use on the selected object

The user scans the QR code for order 123. The user scans the QR code for "Order ready". Order 123 changes status to "Order ready".

QR codes for OBJECTs and ACTIONs are typically displayed in templates for easy printing.

Service pages

Service pages at publicly accessible content, that can be accessed via NFC or QR.

Optimally will redirect from an intermediary URL to the final destination, in order to be able to change the destination after the codes are printet (QR) or written (NFC).