Visitor Check-In App for Facilities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 09:08 AM
Has anyone implemented the Visitor Check-In app from Servicenow Share?
https://developer.servicenow.com/app.do#!/share/contents/9521858_snc_visitor_checkin?v=1.01&t=PRODUCT_DETAILS
This was recommended to the client by a SN rep. I'm having issues automating the printing from the MID server to the connected printer. I'm curious to know if anyone has implemented it, and how.
- Labels:
-
Facilities Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 11:20 AM
Hello Shegde,
I considered implementing this but was not pleased with a few components such as the look of the sign-in screen and reliance on Jelly. I've opted to build out a custom table/form to handle this process instead. Long term plans would be to build out Service Portal widgets to handle this process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 11:33 AM
Hi Tyler,
How did you print out badges from your custom form?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 12:27 PM
Afraid that isn't something we've approached yet.
Here's what our sign-in process looks like today :
- User enters the lobby
- User is given a pre-printed badge with a number on it (0001-0025)
- User is asked to sign in on an iPad
- User goes to an iPad, which is sitting at the sign-in form, and selects their badge number from a dropdown.
- The user then enters their name, company, etc. and clicks a custom UI action titled "Sign-In". When Sign In is clicked, the record is saved and the screen reloads to the sign-in form with a message saying they signed in successfully and to return to the iPad when ready to leave.
When the user is going to signout :
- User goes to an iPad and sees the sign-in form.
- User selects their badge number, at which point a client script runs that looks up that badge number to see if it's currently in use by anyone. If it is, the form loads the rest of the fields with info from the existing record and replaces the "Sign In" UI action with a "Sign-Out" UI action.
- The sign-out UI action does NOT save the record but instead glide queries the existing record and updates it with a signout time, deactivates it, etc.
- The form reloads with a message saying they've signed out successfully and to drop the badge at the receptionist.