Configure automatic check-in for reserved spaces
Summarize
Summary of Configure Automatic Check-In for Reserved Spaces
This guide provides instructions for configuring automatic check-in for reserved spaces within the ServiceNow platform's Workplace Reservation Management. Leveraging occupancy data, it simplifies the check-in process, ensuring efficient space management.
Show less
Key Features
- Occupancy State Monitoring: The system checks the occupancy state of each space through data sensors, evaluating conditions such as Occupied, Unoccupied, or Invalid.
- Scheduled Check-In Reminders: A scheduled job runs every 30 minutes to verify reservation statuses and occupancy states.
- Push Notifications: Automated notifications inform users of their check-in status based on occupancy detection.
- Individual Check-In Requirement: Group reservations cannot be checked in collectively; each must be checked in one at a time.
Configuration Steps
To set up automatic check-in, navigate to:
- Reservable Module Properties: Ensure "Always require check-in" is selected and set a value for "Time before employee can check-in."
- Reservation Properties: Configure reminder and cancellation timings based on your organization’s needs, such as sending reminders 5 minutes before check-in and canceling reservations that remain unchecked for 30 minutes.
Key Outcomes
Implementing these configurations allows for:
- Streamlined check-ins based on real-time occupancy data, reducing manual intervention.
- Increased efficiency in space utilization by automatically managing reservations.
- Enhanced user experience through timely notifications and reminders.
By properly configuring these features, ServiceNow customers can optimize their workplace management processes and improve operational efficiency.
Configure automatic reservation check-in using the Occupancy state of a location or space. If a location is using occupancy data sensors, it checks for Occupancy state of each space in the Space Occupancy data table
The Workplace Reservation Management scheduled job Check-in/out reminder runs every half an hour (30 minutes) daily. It checks for the location state (Occupied, Unoccupied, Invalid, currently not occupied, etc.) in the Space Occupancy data table. It also checks if the reservation is checked in or checked out. For more information, see Retrieving Space Occupancy Data.
Role required: sn_wsd_rsv.admin
If the space state is Occupied, it triggers an automatic check-in process and sends an updated push notification to Workplace Service Delivery for Mobile "Your reservation for <location_name> has started. You are automatically checked in based on the presence detected at the space. No further action is required."
- The Override check-in policy: Select Always require check-in.
- Cancel reservations exceeding check-in time: Select the check box.
- Time before employee can check-in value: Enter a value. For example, 10 minutes.
- The amount of time in minutes until a reminder should be sent to the reservation host [sn_wsd_rsv.time_before_check_in_out_reminder]. For example, set the property value to 5 minutes.
- The amount of time in minutes until a reservation is cancelled without a check-in [sn_wsd_rsv.time_when_reservation_cancelled_without_check_in]. For example, set the property value to 30 minutes.For example, after setting the above properties and reservable module properties, if an employee creates a reservation at 5 pm, the application checks for the following conditions:
- The Workplace Reservation Management application waits till 5.05 PM as per the value set in the property Amount of time in minutes until a reminder should be sent out to the reservation host (sn_wsd_rsv.time_before_check_in_out_reminder) to check whether the reservation is checked in or not.
- After 5.05 PM, the scheduled job Check-in/out reminder checks the Space Occupancy data table to check if the reserved space (for example, A1001) is available in the Space Occupancy data table.
- In the Workplace Connectors, the system property sn_wsd_wc.stale_time checks if the Event Timestamp field in the Space Occupancy data table has the latest
timestamp. This property checks for the time beyond which the occupancy data is considered stale. Beyond the stale time, the fresh data is fetched from the Occupancy data provider (for example, Metrikus Spoke). If the sn_wsd_wc_stale_time property value is set to 30 minutes, application queries the Space Occupancy table and fetches the fresh data state for a location or space
from Metrikus Spoke.
If the state is Occupied, then, application automatically checks in the reservation. The reservation state moves to In progress state. A push notification is sent to Workplace Service Delivery for Mobile "Your reservation has started. You are automatically checked in based on the presence detected at the space. No further action is required."
- When workplace spaces are having occupancy sensor and if the state of the space is unoccupied or Invalid, application sends push notification "Your reservation for Reservation for <space-name> has started. Check in to confirm your attendance or Release Booking to Cancel the space reservation".
- When the workplace spaces are not having a occupancy sensor, and if the user does not check in the reservation, application cancels the reservation if the Reservable Module property Cancel the reservation exceeding check in time is selected.
- If the Cancel the reservation exceeding check in time is not selected, then the reservation is moved to Confirmed state, and the Workplace Reservation Management scheduled job Reservation daily tasks takes care of such reservations at the end of the day.