- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 04:40 AM
Dear all,
I have a project with WSD visitor management.
Our customer will use WSD visitor management with two differents scenarios. The scenario that I am interested in is a visit of a showroom or event that will require a QR code for the guest in order to have access to the room. Steps are as follow:
a. The guest will register for a specific event online.
b. He will receive an email with a QR code.
c. He will go to the event and will have to scan his QR code on an Android tablet that will be inside a terminal.
1. My first question is: Could someone confirm an app exist with this module of ServiceNow that we can install on an android tablet? Or do we have to develop the app?
2. If the app exist how do we manage the generation of the QR code and the scan of the QR code?
3. If the app doesn't exist, what would be your advices for our technical team?
Thank you in advance for your help.
Mamadou
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 06:56 AM
Hi @Community Alums @Community Alums
We have done similar kind of requirement in our project. We have implemented QR code scanning using ServiceNow Now Mobile App which is available in Play store/Appstore
To generate QR code on submission of each visitor record please refer:
To scan QR code and update visitor record to checked in, please refer OOTB Launcher Screen Asset, you need to replicate similar kind of screen. You can find it's functionality in ServiceNow Agent App available in Play store/Appstore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 05:56 PM
Hi Mamadou. Did you receive any assistance with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 06:56 AM
Hi @Community Alums @Community Alums
We have done similar kind of requirement in our project. We have implemented QR code scanning using ServiceNow Now Mobile App which is available in Play store/Appstore
To generate QR code on submission of each visitor record please refer:
To scan QR code and update visitor record to checked in, please refer OOTB Launcher Screen Asset, you need to replicate similar kind of screen. You can find it's functionality in ServiceNow Agent App available in Play store/Appstore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 07:46 AM
Dear Rajini,
Sorry for the very late response and thank you for your feedback.
We managed to solve the issue to and implement the same. 🙂
Kind regards