In reply to: Radostina Mihaylova
Hi Daniel,
The QR code will NOT be generated by WEBCON BPS.
It will be created and provided by an external/third-party system, physically printed, and then glued onto the actual equipment.
When an end user (customer/technician) scans this third-party QR code with their phone, we need WEBCON to:
- Recognize which exact equipment item it refers to
- Open the corresponding record (InstanceID) in our Equipment dictionary.
Questions:
- What is the minimal data that the external QR code must contain so that WEBCON can uniquely identify and open the correct dictionary record?
- How exactly is the link between the scanned third-party QR code and the Equipment dictionary record established in the system?
Thanks in advance
Hi Radostina,
It is not possible to directly link to a website if QR code doesn't have link to the website itself, that's on the basics.
My assumptions:
1. QR Code contains some kind of identifier for equipment which is stored in Webcon dictionary but comes from external system. We need to have some link (common identifier) between webcon dictionary of equipment items and the external system.
What you could do given above assumption:
1. Create a new form with a single field, add possibility to scan barcode into that field.
This field should be a dropdown of values from the dictionary, and searchable by the field which contains external identifier.
2. On field change add 'path' transition.
3. On path transition add Hyperlink action*, which would redirect to webcon url with id calculated based on the dropdown field.
This solution requires end user to scan those barcodes using this specific webcon form, it won't open with regular barcode reader, as the qr code doesn't have direct link to the document.
https://docs.webcon.com/docs/2025R2/Studio/Action/Form/Action_Hyperlink
For questions you ask:
- What is the minimal data that the external QR code must contain so that WEBCON can uniquely identify and open the correct dictionary record?
A: For solution above, webcon should have access to the identifier in external system - each element of dictionary in webcon should point to exactly one element in external system (that should be the value of QR code).
- How exactly is the link between the scanned third-party QR code and the Equipment dictionary record established in the system?
A: We don't know if that webcon dictionary and external system are linked at all in your applications, that's what we would need to know to give you a better answer than guesses.